4 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH 5 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH 9 #include <dune/geometry/referenceelements.hh> 14 template<std::
size_t dim,
class DF =
double>
17 static const ReferenceElement<DF, dim>&
refelem;
23 static const std::size_t
s;
26 template<std::
size_t dim,
class DF>
28 refelem(ReferenceElements<DF, dim>::simplex());
30 template<std::
size_t dim,
typename DF>
35 #endif // DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH static const ReferenceElement< DF, dim > & refelem
The reference element for this edge element.
Definition: common.hh:17
static const std::size_t s
The number of base functions.
Definition: common.hh:23
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:14
Common base class for edge elements.
Definition: common.hh:15