#include <dune/fem/solver/diagonalpreconditioner.hh>
◆ ConstDofIteratorType
template<class DFImp , class OperatorImp , bool assembled>
◆ DiscreteFunctionType
template<class DFImp , class OperatorImp , bool assembled>
◆ DofIteratorType
template<class DFImp , class OperatorImp , bool assembled>
◆ DomainFieldType
field type of the operator's domain
◆ DomainFunctionType
type of discrete function in the operator's domain
◆ OperatorType
template<class DFImp , class OperatorImp , bool assembled>
◆ RangeFieldType
field type of the operator's range
◆ RangeFunctionType
type of discrete function in the operator's range
◆ DiagonalPreconditionerBase()
template<class DFImp , class OperatorImp , bool assembled>
◆ apply()
template<class DFImp , class OperatorImp , bool assembled>
◆ finalize()
finalization of operator
- Note
- The default implementation is empty.
◆ operator()()
template<class DFImp , class OperatorImp , bool assembled>
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 >.
The documentation for this class was generated from the following file: