My Project
|
An overlap aware preconditioner for any ISTL linear solver. More...
#include <overlappingpreconditioner.hh>
Public Types | |
using | domain_type = typename SeqPreCond::domain_type |
using | range_type = typename SeqPreCond::range_type |
Public Member Functions | |
Dune::SolverCategory::Category | category () const override |
the kind of computations supported by the operator. Either overlapping or non-overlapping | |
OverlappingPreconditioner (SeqPreCond &seqPreCond, const Overlap &overlap) | |
void | pre (domain_type &x, range_type &y) override |
void | apply (domain_type &x, const range_type &d) override |
void | post (domain_type &x) override |
An overlap aware preconditioner for any ISTL linear solver.