5 #ifndef DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
6 #define DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
32 template<
class DF,
int n,
class D,
class RF,
int m,
class R,
class J>
Definition: bdfmcube.hh:18
Type traits for LocalBasisVirtualInterface.
Definition: common/localbasis.hh:34
constexpr static int dimDomain
dimension of the domain
Definition: common/localbasis.hh:39
D DomainType
domain type
Definition: common/localbasis.hh:42
constexpr static int dimRange
dimension of the range
Definition: common/localbasis.hh:48
J JacobianType
Type to represent derivative.
Definition: common/localbasis.hh:59
RF RangeFieldType
Export type for range field.
Definition: common/localbasis.hh:45
DF DomainFieldType
Export type for domain field.
Definition: common/localbasis.hh:36
R RangeType
range type
Definition: common/localbasis.hh:51