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>
Dune namespace.
Definition: alignedallocator.hh:14
Type traits for LocalBasisVirtualInterface.
Definition: localbasis.hh:32
D DomainType
domain type
Definition: localbasis.hh:43
J JacobianType
Type to represent derivative.
Definition: localbasis.hh:63
@ dimDomain
dimension of the domain
Definition: localbasis.hh:39
RF RangeFieldType
Export type for range field.
Definition: localbasis.hh:46
DF DomainFieldType
Export type for domain field.
Definition: localbasis.hh:34
@ dimRange
dimension of the range
Definition: localbasis.hh:51
R RangeType
range type
Definition: localbasis.hh:55