4 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH
5 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH
12 #include <dune/geometry/type.hh>
47 template<
class Geometry,
class RF>
64 static const GeometryType gt;
71 template<
class VertexOrder>
73 const VertexOrder& vertexOrder) :
74 basis_(geo, vertexOrder), interpolation_(geo, vertexOrder)
81 {
return interpolation_; }
84 {
return coefficients_; }
86 const GeometryType&
type()
const {
return gt; }
89 template<
class Geometry,
class RF>
91 EdgeS0_5FiniteElement<Geometry, RF>::coefficients_ =
92 typename Traits::Coefficients();
94 template<
class Geometry,
class RF>
96 EdgeS0_5FiniteElement<Geometry, RF>::gt(GeometryType::simplex,
97 Geometry::mydimension);
114 template<
class Geometry,
class RF>
133 template<
class VertexOrder>
135 const VertexOrder& vertexOrder)
141 #endif // DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH