Public Types | |
| typedef AlgebraT | AlgebraType |
| typedef AlgebraType::Matrix | MatrixType |
| typedef AlgebraType::Vector | VectorType |
| typedef MatrixType::ValueType | ValueType |
| typedef FLUFactorisationAlgo< MatrixType, VectorType > | AlgoType |
Public Member Functions | |
| FILU0Preconditioner (AlgebraType &algebra, MatrixType const &matrix, ITraceMng *trace_mng=nullptr) | |
| void | setParameter (std::string param, int value) |
| void | setParameter (std::string param, double value) |
| void | init () |
| void | solve (VectorType const &y, VectorType &x) const |
| void | solve (AlgebraType &algebra, VectorType const &y, VectorType &x) const |
Definition at line 638 of file FILU0Preconditioner.h.
| typedef AlgebraT Alien::FILU0Preconditioner< AlgebraT >::AlgebraType |
Definition at line 642 of file FILU0Preconditioner.h.
| typedef FLUFactorisationAlgo<MatrixType, VectorType> Alien::FILU0Preconditioner< AlgebraT >::AlgoType |
Definition at line 648 of file FILU0Preconditioner.h.
| typedef AlgebraType::Matrix Alien::FILU0Preconditioner< AlgebraT >::MatrixType |
Definition at line 643 of file FILU0Preconditioner.h.
| typedef MatrixType::ValueType Alien::FILU0Preconditioner< AlgebraT >::ValueType |
Definition at line 645 of file FILU0Preconditioner.h.
| typedef AlgebraType::Vector Alien::FILU0Preconditioner< AlgebraT >::VectorType |
Definition at line 644 of file FILU0Preconditioner.h.
|
inline |
Definition at line 650 of file FILU0Preconditioner.h.
|
inlinevirtual |
Definition at line 658 of file FILU0Preconditioner.h.
|
inline |
Definition at line 671 of file FILU0Preconditioner.h.
|
inline |
Definition at line 666 of file FILU0Preconditioner.h.
|
inline |
Definition at line 661 of file FILU0Preconditioner.h.
|
inline |
Definition at line 687 of file FILU0Preconditioner.h.
|
inline |
Definition at line 682 of file FILU0Preconditioner.h.