Wrapper for using ITL preconditioners in AMDiS. More...
#include <Preconditioner.hpp>
Inherits PreconditionerInterface< M, X, Y >.
Classes | |
| struct | Creator |
| A creator to be used instead of the constructor. More... | |
Public Member Functions | |
| void | init (M const &A) override |
| Implementation of PreconditionerInterface::init() | |
| void | finish () override |
| Implementation of PreconditionerInterface::finish() | |
| void | solve (X const &x, Y &y) const override |
| Implementation of PreconditionerInterface::solve() | |
| void | adjoint_solve (X const &x, Y &y) const override |
| Implementation of PreconditionerInterface::adjointSolve() | |
Public Member Functions inherited from PreconditionerInterface< M, X, Y > | |
| virtual | ~PreconditionerInterface ()=default |
| Virtual destructor. | |
Wrapper for using ITL preconditioners in AMDiS.
|
inlineoverridevirtual |
Implementation of PreconditionerInterface::adjointSolve()
Reimplemented from PreconditionerInterface< M, X, Y >.
|
inlineoverridevirtual |
Implementation of PreconditionerInterface::finish()
Implements PreconditionerInterface< M, X, Y >.
|
inlineoverridevirtual |
Implementation of PreconditionerInterface::init()
Implements PreconditionerInterface< M, X, Y >.
|
inlineoverridevirtual |
Implementation of PreconditionerInterface::solve()
Implements PreconditionerInterface< M, X, Y >.