dune-localfunctions
2.7.0
|
Go to the documentation of this file.
3 #ifndef DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
4 #define DUNE_LOCALFUNCTIONS_COMMON_LOCALBASIS_HH
30 template<
class DF,
int n,
class D,
class RF,
int m,
class R,
class J>
@ dimDomain
dimension of the domain
Definition: common/localbasis.hh:39
Type traits for LocalBasisVirtualInterface.
Definition: common/localbasis.hh:31
@ dimRange
dimension of the range
Definition: common/localbasis.hh:51
Definition: bdfmcube.hh:15
RF RangeFieldType
Export type for range field.
Definition: common/localbasis.hh:46
D DomainType
domain type
Definition: common/localbasis.hh:43
J JacobianType
Type to represent derivative.
Definition: common/localbasis.hh:63
R RangeType
range type
Definition: common/localbasis.hh:55
DF DomainFieldType
Export type for domain field.
Definition: common/localbasis.hh:34