Wrapper class of preconditioners that should be reconstructed on update.
More...
#include <PreconditionerWithUpdate.hpp>
|
|
using | X = typename OriginalPreconditioner::domain_type |
| |
|
using | Y = typename OriginalPreconditioner::range_type |
| |
|
|
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 |
| |
template<class OriginalPreconditioner>
class Dune::RebuildOnUpdatePreconditioner< OriginalPreconditioner >
Wrapper class of preconditioners that should be reconstructed on update.
- Template Parameters
-
| OriginalPreconditioner | - Preconditioner of your choice |
The documentation for this class was generated from the following file: