|
dune-fem 2.12-git
|
Loading...
Searching...
No Matches
Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled > Class Template Reference
#include <dune/fem/solver/diagonalpreconditioner.hh>
Inheritance diagram for Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >:

Public Types | |
| typedef DFImp | DiscreteFunctionType |
| typedef OperatorImp | OperatorType |
| typedef DiscreteFunctionType::DofIteratorType | DofIteratorType |
| typedef DiscreteFunctionType::ConstDofIteratorType | ConstDofIteratorType |
| typedef DFImp | DomainFunctionType |
| type of discrete function in the operator's domain | |
| typedef DFImp | RangeFunctionType |
| type of discrete function in the operator's range | |
| typedef DomainFunction::RangeFieldType | DomainFieldType |
| field type of the operator's domain | |
| typedef RangeFunction::RangeFieldType | RangeFieldType |
| field type of the operator's range | |
Public Member Functions | |
| DiagonalPreconditionerBase (const OperatorType &op) | |
| virtual void | operator() (const DiscreteFunctionType &u, DiscreteFunctionType &res) const |
| application operator | |
| virtual void | finalize () |
| finalization of operator | |
| virtual bool | nonlinear () const |
Protected Member Functions | |
| void | apply (const DiscreteFunctionType &u, DiscreteFunctionType &res) const |
Member Typedef Documentation
◆ ConstDofIteratorType
template<class DFImp , class OperatorImp , bool assembled>
| typedef DiscreteFunctionType::ConstDofIteratorType Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >::ConstDofIteratorType |
◆ DiscreteFunctionType
template<class DFImp , class OperatorImp , bool assembled>
| typedef DFImp Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >::DiscreteFunctionType |
◆ DofIteratorType
template<class DFImp , class OperatorImp , bool assembled>
| typedef DiscreteFunctionType::DofIteratorType Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >::DofIteratorType |
◆ DomainFieldType
|
inherited |
field type of the operator's domain
◆ DomainFunctionType
|
inherited |
type of discrete function in the operator's domain
◆ OperatorType
template<class DFImp , class OperatorImp , bool assembled>
| typedef OperatorImp Dune::Fem::DiagonalPreconditionerBase< DFImp, OperatorImp, assembled >::OperatorType |
◆ RangeFieldType
|
inherited |
field type of the operator's range
◆ RangeFunctionType
|
inherited |
type of discrete function in the operator's range
Constructor & Destructor Documentation
◆ DiagonalPreconditionerBase()
template<class DFImp , class OperatorImp , bool assembled>
|
inline |
Member Function Documentation
◆ apply()
template<class DFImp , class OperatorImp , bool assembled>
|
inlineprotected |
◆ finalize()
|
inlinevirtualinherited |
finalization of operator
- Note
- The default implementation is empty.
◆ nonlinear()
|
inlinevirtualinherited |
Return true if the Operator is nonlinear and false otherwise (default is true).
◆ operator()()
template<class DFImp , class OperatorImp , bool assembled>
|
inlinevirtual |
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:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8