#include <dune/fem/operator/common/tuple.hh>
◆ DomainFieldType
field type of the operator's domain
◆ DomainFunctionType
template<class ... Operators>
◆ RangeFieldType
field type of the operator's range
◆ RangeFunctionType
template<class ... Operators>
◆ TupleOperator()
template<class ... Operators>
template<class ... Args>
◆ apply() [1/2]
template<class ... Operators>
template<std::size_t I>
◆ apply() [2/2]
template<class ... Operators>
◆ finalize()
finalization of operator
- Note
- The default implementation is empty.
◆ operator()() [1/2]
template<class ... Operators>
◆ 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.
The documentation for this class was generated from the following file: