2 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_P12DFEM_HH
3 #define DUNE_PDELAB_FINITEELEMENTMAP_P12DFEM_HH
5 #warning dune/pdelab/finiteelementmap/p12dfem.hh and P12DLocalFiniteElementMap are deprecated, please use dune/pdelab/finiteelementmap/pkfem.hh and PkLocalFiniteElementMap instead
7 #include <dune/common/deprecated.hh>
8 #include <dune/geometry/type.hh>
10 #include <dune/localfunctions/lagrange/p1.hh>
18 template<
class D,
class R>
30 std::size_t
size(GeometryType gt)
const
47 #endif // DUNE_PDELAB_FINITEELEMENTMAP_P12DFEM_HH
Definition: p12dfem.hh:19
std::size_t size(GeometryType gt) const
Definition: p12dfem.hh:30
std::size_t maxLocalSize() const
Definition: p12dfem.hh:37
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:107
bool fixedSize() const
Definition: p12dfem.hh:25