6 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH 7 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH 11 #include <dune/geometry/dimension.hh> 12 #include <dune/geometry/referenceelements.hh> 13 #include <dune/geometry/type.hh> 22 template<std::
size_t dim,
class DF =
double>
26 decltype(referenceElement(DF{}, GeometryTypes::simplex(dim),
43 #endif // DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH Common base class for edge elements.
Definition: common.hh:23
decltype(referenceElement(DF{}, GeometryTypes::simplex(dim), Dim< dim >{})) RefElem
The type of the referenceElement.
Definition: common.hh:27
Definition: bdfmcube.hh:17
std::size_t s
The number of base functions.
Definition: common.hh:38
RefElem refelem
The reference element for this edge element.
Definition: common.hh:30