2 #ifndef DUNE_PDELAB_P0FEM_HH
3 #define DUNE_PDELAB_P0FEM_HH
5 #include <dune/geometry/type.hh>
7 #include<dune/localfunctions/lagrange/p0.hh>
15 template<
class D,
class R,
int d>
32 std::size_t
size(GeometryType gt)
const
34 return gt == _gt ? 1 : 0;
43 const GeometryType _gt;
std::size_t maxLocalSize() const
Definition: p0fem.hh:37
std::size_t size(GeometryType gt) const
Definition: p0fem.hh:32
P0LocalFiniteElementMap(const Dune::GeometryType &type)
Definition: p0fem.hh:21
bool fixedSize() const
Definition: p0fem.hh:27
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:107