2 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_P1FEM_HH
3 #define DUNE_PDELAB_FINITEELEMENTMAP_P1FEM_HH
5 #warning dune/pdelab/finiteelementmap/p1fem.hh and P1LocalFiniteElementMap are deprecated, please use dune/pdelab/finiteelementmap/pkfem.hh and PkLocalFiniteElementMap instead
7 #include <dune/common/deprecated.hh>
8 #include <dune/localfunctions/lagrange/p1.hh>
16 template<
class D,
class R,
int d>
26 std::size_t
size(GeometryType gt)
const
28 return gt.isVertex() ? 1 : 0;
40 #endif // DUNE_PDELAB_FINITEELEMENTMAP_P1FEM_HH
bool fixedSize() const
Definition: p1fem.hh:21
std::size_t size(GeometryType gt) const
Definition: p1fem.hh:26
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:107
std::size_t maxLocalSize() const
Definition: p1fem.hh:31