Dune::InverseOperatorResult Struct Reference
[Iterative Solvers]

Statistics about the application of an inverse operator. More...

#include <dune/istl/solvers.hh>

List of all members.

Public Member Functions

 InverseOperatorResult ()
 Default constructor.
void clear ()
 Resets all data.

Public Attributes

int iterations
 Number of iterations.
double reduction
 Reduction achieved: $ \|b-A(x^n)\|/\|b-A(x^0)\|$.
bool converged
 True if convergence criterion has been met.
double conv_rate
 Convergence rate (average reduction per step).
double elapsed
 Elapsed time in seconds.

Detailed Description

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.


Constructor & Destructor Documentation

Dune::InverseOperatorResult::InverseOperatorResult (  )  [inline]

Default constructor.

References clear().


Member Function Documentation


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].