4 #ifndef DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH
5 #define DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH
7 #include <dune/geometry/type.hh>
37 template<
class Geometry,
class RF>
54 static const GeometryType gt;
61 template<
class VertexOrder>
63 const VertexOrder& vertexOrder) :
64 basis_(geo, vertexOrder), interpolation_(geo, vertexOrder)
71 {
return interpolation_; }
74 {
return coefficients_; }
76 const GeometryType&
type()
const {
return gt; }
79 template<
class Geometry,
class RF>
81 EdgeS0_5FiniteElement<Geometry, RF>::coefficients_ =
82 typename Traits::Coefficients();
84 template<
class Geometry,
class RF>
86 EdgeS0_5FiniteElement<Geometry, RF>::gt(GeometryType::simplex,
87 Geometry::mydimension);
104 template<
class Geometry,
class RF>
123 template<
class VertexOrder>
125 const VertexOrder& vertexOrder)
131 #endif // DUNE_LOCALFUNCTIONS_WHITNEY_EDGES0_5_HH