#include <dune/fem/space/basisfunctionset/tuple.hh>
|
typedef FunctionSpace< typename ContainedFunctionSpaceType::DomainFieldType, typename ContainedFunctionSpaceType::RangeFieldType, dimDomain, dimRange > | FunctionSpaceType |
| type of analytical combined product function space
|
|
|
template<class ThisRange , class Range > |
static void | apply (const int rangeOffset, const ThisRange &thisRange, Range &values) |
|
template<int i> |
static constexpr int | rangeOffset () |
|
|
static constexpr const int | dimRange = Std::sum( static_cast< int >( BasisFunctionSets::FunctionSpaceType::dimRange ) ... ) |
| size of range space for product space
|
|
◆ FunctionSpaceType
template<class CombineOp , class ... BasisFunctionSets>
template<int dummy>
type of analytical combined product function space
◆ apply()
template<class CombineOp , class ... BasisFunctionSets>
template<int dummy>
template<class ThisRange , class Range >
◆ rangeOffset()
template<class CombineOp , class ... BasisFunctionSets>
template<int dummy>
template<int i>
◆ dimRange
template<class CombineOp , class ... BasisFunctionSets>
template<int dummy>
size of range space for product space
The documentation for this struct was generated from the following file: