Public Types | |
| typedef AlgebraT | AlgebraType |
| typedef AlgebraType::Matrix | MatrixType |
| typedef AlgebraType::Vector | VectorType |
| typedef MatrixType::ValueType | ValueType |
Public Member Functions | |
| NeumannPolyPreconditioner (AlgebraType &algebra, MatrixType const &matrix, ValueType factor, int polynome_order, int factor_max_iter, ITraceMng *trace_mng=nullptr) | |
| void | setOutputLevel (int level) |
| void | init () |
| void | solve (const VectorType &x, VectorType &y) |
| void | solve (AlgebraType &algebra, VectorType const &x, VectorType &y) const |
| void | evalG (AlgebraType &algebra, const VectorType &x, VectorType &y) const |
| void | evalG (const VectorType &x, VectorType &y) |
| void | computeFactor () |
Definition at line 32 of file NeumannPolyPreconditioner.h.
| typedef AlgebraT Alien::NeumannPolyPreconditioner< AlgebraT >::AlgebraType |
Definition at line 36 of file NeumannPolyPreconditioner.h.
| typedef AlgebraType::Matrix Alien::NeumannPolyPreconditioner< AlgebraT >::MatrixType |
Definition at line 37 of file NeumannPolyPreconditioner.h.
| typedef MatrixType::ValueType Alien::NeumannPolyPreconditioner< AlgebraT >::ValueType |
Definition at line 39 of file NeumannPolyPreconditioner.h.
| typedef AlgebraType::Vector Alien::NeumannPolyPreconditioner< AlgebraT >::VectorType |
Definition at line 38 of file NeumannPolyPreconditioner.h.
|
inline |
Definition at line 42 of file NeumannPolyPreconditioner.h.
|
inlinevirtual |
Definition at line 57 of file NeumannPolyPreconditioner.h.
|
inline |
Definition at line 142 of file NeumannPolyPreconditioner.h.
|
inline |
| y | input |
Definition at line 121 of file NeumannPolyPreconditioner.h.
Referenced by solve().
|
inline |
| y | input |
Definition at line 132 of file NeumannPolyPreconditioner.h.
|
inline |
Definition at line 68 of file NeumannPolyPreconditioner.h.
|
inline |
Definition at line 63 of file NeumannPolyPreconditioner.h.
|
inline |
Definition at line 103 of file NeumannPolyPreconditioner.h.
|
inline |
| y | input output |
Definition at line 85 of file NeumannPolyPreconditioner.h.
References evalG().