Inherits LinearSolverInterface< M, X, Y >.
Public Member Functions | |
| IterativeRunner (std::string const &prefix) | |
| void | init (M const &A) |
| initialize the matrix and maybe compute factorization | |
| void | finish () |
| Implements LinearSolverInterface::finish() | |
| void | apply (X &x, Y const &b, Dune::InverseOperatorResult &stat) override |
| Implements LinearSolverInterface::apply() | |
|
inlineoverridevirtual |
Implements LinearSolverInterface::apply()
Implements LinearSolverInterface< M, X, Y >.
|
inlinevirtual |
Implements LinearSolverInterface::finish()
Implements LinearSolverInterface< M, X, Y >.
|
inlinevirtual |
initialize the matrix and maybe compute factorization
Implements LinearSolverInterface< M, X, Y >.