|
My Project
|
Wrapper class of preconditioners that should be reconstructed on update. More...
#include <PreconditionerWithUpdate.hpp>
Public Types | |
| using | X = typename OriginalPreconditioner::domain_type |
| using | Y = typename OriginalPreconditioner::range_type |
Public Member Functions | |
| template<class... Args> | |
| RebuildOnUpdatePreconditioner (Args... args) | |
| void | pre (X &x, Y &b) override |
| void | apply (X &v, const Y &d) override |
| void | post (X &x) override |
| SolverCategory::Category | category () const override |
| void | update () override |
| bool | hasPerfectUpdate () const override |
Wrapper class of preconditioners that should be reconstructed on update.
| OriginalPreconditioner | - Preconditioner of your choice |
|
inlineoverridevirtual |
|
inlineoverridevirtual |