for the (external) direct solvers More...
#include <DirectRunner.hpp>
Inherits InverseOperator, and LinearSolverInterface< M, X, Y >.
Classes | |
| struct | Creator |
Public Member Functions | |
| DirectRunner (std::string const &prefix) | |
| Constructor. | |
| void | init (M const &A) override |
| initialize the matrix and maybe compute factorization | |
| void | finish () override |
| Implements LinearSolverInterface::finish() | |
| void | apply (X &x, Y const &b, Dune::InverseOperatorResult &stat) override |
| Implements LinearSolverInterface::apply() | |
for the (external) direct solvers
|
inlineoverridevirtual |
Implements LinearSolverInterface::apply()
Implements LinearSolverInterface< M, X, Y >.
|
inlineoverridevirtual |
Implements LinearSolverInterface::finish()
Implements LinearSolverInterface< M, X, Y >.
|
inlineoverridevirtual |
initialize the matrix and maybe compute factorization
Implements LinearSolverInterface< M, X, Y >.