#include <dune/fem/solver/diagonalpreconditioner.hh>
◆ ConstDofIteratorType
template<class DFImp , class OperatorImp >
◆ DiscreteFunctionType
template<class DFImp , class OperatorImp >
◆ DofIteratorType
template<class DFImp , class OperatorImp >
◆ DofType
template<class DFImp , class OperatorImp >
◆ DomainFieldType
field type of the operator's domain
◆ DomainFunctionType
type of discrete function in the operator's domain
◆ OperatorType
template<class DFImp , class OperatorImp >
◆ RangeFieldType
field type of the operator's range
◆ RangeFunctionType
type of discrete function in the operator's range
◆ RealType
template<class DFImp , class OperatorImp >
◆ DiagonalPreconditionerBase()
template<class DFImp , class OperatorImp >
◆ apply()
template<class DFImp , class OperatorImp >
◆ finalize()
finalization of operator
- Note
- The default implementation is empty.
◆ operator()()
template<class DFImp , class OperatorImp >
application operator
- Parameters
-
[in] | u | argument discrete function |
[out] | w | destination discrete function |
- Note
- This method has to be implemented by all derived classes.
Implements Dune::Fem::Operator< DFImp, DFImp >.
◆ diagonalInv_
template<class DFImp , class OperatorImp >
The documentation for this class was generated from the following file: