4 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH
5 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_COMMON_HH
9 #include <dune/geometry/dimension.hh>
10 #include <dune/geometry/referenceelements.hh>
11 #include <dune/geometry/type.hh>
16 template<std::
size_t dim,
class DF =
double>
20 decltype(referenceElement(DF{}, GeometryTypes::simplex(dim),
Definition: bdfmcube.hh:16
Common base class for edge elements.
Definition: common.hh:17
RefElem refelem
The reference element for this edge element.
Definition: common.hh:24
decltype(referenceElement(Geometry::ctype {}, GeometryTypes::simplex(dim), Dim< dim >{})) RefElem
The type of the referenceElement.
Definition: common.hh:21
std::size_t s
The number of base functions.
Definition: common.hh:32