dune-fem
2.4.1-rc
|
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/oemsolver/oemsolver.hh>
Public Member Functions | |
template<class SolverOperatorImp > | |
FakeConditioner (int size, SolverOperatorImp &op) | |
bool | rightPrecondition () const |
void | precondition (const double *arg, double *dest) const |
only keep internal parts of arg More... | |
void | multOEM (const double *arg, double *dest) const |
only keep internal parts of arg More... | |
fake conditioner which just is id for internal parts of vector and zero for other parts, needed by parallel gmres
|
inline |
References Dune::Fem::abs().
|
inline |
only keep internal parts of arg
|
inline |
only keep internal parts of arg
References Dune::Fem::OEMMatrix::multOEM().
|
inline |