dune-fem  2.4.1-rc
Public Member Functions | List of all members
OEMSolver::FakeConditioner Class Reference

#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...
 

Detailed Description

fake conditioner which just is id for internal parts of vector and zero for other parts, needed by parallel gmres

Constructor & Destructor Documentation

template<class SolverOperatorImp >
OEMSolver::FakeConditioner::FakeConditioner ( int  size,
SolverOperatorImp &  op 
)
inline

References Dune::Fem::abs().

Member Function Documentation

void OEMSolver::FakeConditioner::multOEM ( const double *  arg,
double *  dest 
) const
inline

only keep internal parts of arg

void OEMSolver::FakeConditioner::precondition ( const double *  arg,
double *  dest 
) const
inline

only keep internal parts of arg

References Dune::Fem::OEMMatrix::multOEM().

bool OEMSolver::FakeConditioner::rightPrecondition ( ) const
inline

The documentation for this class was generated from the following file: