|
dune-istl 2.10
|
Statistics about the application of an inverse operator. More...
#include <dune/istl/solver.hh>
Public Member Functions | |
| InverseOperatorResult () | |
| Default constructor. | |
| void | clear () |
| Resets all data. | |
Public Attributes | |
| int | iterations |
| Number of iterations. | |
| double | reduction |
| Reduction achieved: | |
| bool | converged |
| True if convergence criterion has been met. | |
| double | conv_rate |
| Convergence rate (average reduction per step). | |
| double | condition_estimate = -1 |
| Estimate of condition number. | |
| double | elapsed |
| Elapsed time in seconds. | |
Statistics about the application of an inverse operator.
The return value of an application of the inverse operator delivers some important information about the iteration.
|
inline |
Default constructor.
|
inline |
Resets all data.
| double Dune::InverseOperatorResult::condition_estimate = -1 |
Estimate of condition number.
| double Dune::InverseOperatorResult::conv_rate |
Convergence rate (average reduction per step).
| bool Dune::InverseOperatorResult::converged |
True if convergence criterion has been met.
| double Dune::InverseOperatorResult::elapsed |
Elapsed time in seconds.
| int Dune::InverseOperatorResult::iterations |
Number of iterations.
| double Dune::InverseOperatorResult::reduction |
Reduction achieved: 