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

Interface class for use of Preconditioners with the OEM solvers. More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/solver/oemsolver/preconditioning.hh>

Public Types

typedef PreconditionInterface ThisType
 type of this class More...
 

Public Member Functions

const ThisTypepreconditionMatrix () const
 return reference to precondition matrix More...
 
bool hasPreconditionMatrix () const
 

Detailed Description

Interface class for use of Preconditioners with the OEM solvers.

Member Typedef Documentation

type of this class

Member Function Documentation

bool OEMSolver::PreconditionInterface::hasPreconditionMatrix ( ) const
inline

returns true, if preconditioning should be used default is false

const ThisType& OEMSolver::PreconditionInterface::preconditionMatrix ( ) const
inline

return reference to precondition matrix


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