#include <dune/fem/operator/dghelmholtz.hh>
◆ DiscreteFunctionSpaceType
template<class SpaceOperator >
◆ DomainFieldType
field type of the operator's domain
◆ DomainFunctionType
template<class SpaceOperator >
◆ JacobianOperatorType
template<class SpaceOperator >
◆ RangeFieldType
field type of the operator's range
◆ RangeFunctionType
template<class SpaceOperator >
◆ SpaceOperatorType
template<class SpaceOperator >
◆ DGHelmholtzOperator()
template<class SpaceOperator >
◆ finalize()
virtual void Dune::Fem::Operator< JacobianOperator::DomainFunctionType , JacobianOperator::RangeFunctionType >::finalize |
( |
| ) |
|
|
inlinevirtualinherited |
finalization of operator
- Note
- The default implementation is empty.
◆ initializeTimeStepSize()
template<class SpaceOperator >
◆ jacobian() [1/2]
template<class SpaceOperator >
◆ jacobian() [2/2]
obtain linearization
- Parameters
-
[in] | u | argument discrete function |
[out] | jOp | destination Jacobian operator |
- Note
- This method has to be implemented by all derived classes.
◆ lambda()
template<class SpaceOperator >
◆ operator()() [1/2]
template<class SpaceOperator >
◆ operator()() [2/2]
application operator
- Parameters
-
[in] | u | argument discrete function |
[out] | w | destination discrete function |
- Note
- This method has to be implemented by all derived classes.
◆ setLambda()
template<class SpaceOperator >
◆ setTime()
template<class SpaceOperator >
◆ space()
template<class SpaceOperator >
◆ spaceOperator() [1/2]
template<class SpaceOperator >
◆ spaceOperator() [2/2]
template<class SpaceOperator >
◆ timeStepEstimate()
template<class SpaceOperator >
◆ lambda_
template<class SpaceOperator >
◆ spaceOp_
template<class SpaceOperator >
◆ wTmp_
template<class SpaceOperator >
The documentation for this class was generated from the following file: