KASKADE 7 development version
|
Statistics about the application of an inverse operator. More...
#include <bicgstab.hh>
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.
Bi-conjugate Gradient Stabilized (BiCG-STAB)
Definition at line 47 of file bicgstab.hh.
Public Types | |
typedef X | domain_type |
The domain type of the operator to be inverted. More... | |
typedef X | range_type |
The range type of the operator to be inverted. More... | |
typedef X::field_type | field_type |
The field type of the operator to be inverted. More... | |
Public Member Functions | |
template<class L , class P > | |
KBiCGSTABSolver (L &op, P &prec, double reduction, int maxit, int verbose) | |
Set up solver. More... | |
template<class L , class S , class P > | |
KBiCGSTABSolver (L &op, S &sp, P &prec, double reduction, int maxit, int verbose) | |
Set up solver. More... | |
virtual void | apply (X &x, X &b, InverseOperatorResult &res) |
Apply inverse operator. More... | |
virtual void | apply (X &x, X &b, double reduction, InverseOperatorResult &res) |
Apply inverse operator with given reduction factor. More... | |