4 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_MONOMFEM_HH
5 #define DUNE_PDELAB_FINITEELEMENTMAP_MONOMFEM_HH
9 #include <dune/geometry/type.hh>
11 #include<dune/localfunctions/monomial.hh>
21 template<
class D,
class R,
int d,
int p>
42 std::size_t
size(GeometryType gt)
const
44 return gt == _gt ? Dune::MonomImp::Size<d,p>::val : 0;
49 return MonomImp::Size<d,p>::val;
53 const GeometryType _gt;
65 template<
class Geometry,
class RF, std::
size_t p>
68 MonomialFiniteElementFactory<Geometry, RF, p>
71 typedef MonomialFiniteElementFactory<Geometry, RF, p> FEFactory;
74 static FEFactory feFactory;
79 static constexpr
int dimension = Geometry::mydimension;
84 template<
class GV,
class RF, std::
size_t p>
85 typename MonomFiniteElementMap<GV, RF, p>::FEFactory
86 MonomFiniteElementMap<GV, RF, p>::feFactory;
91 #endif // DUNE_PDELAB_FINITEELEMENTMAP_MONOMFEM_HH