6 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH 7 #define DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH 23 template<
class D,
class R>
50 std::size_t
size(GeometryType gt)
const 53 return _k > 0 ? 1 : 0;
55 return _k > 0 ? _k - 1 : 1;
69 #endif // DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH bool hasDOFs(int codim) const
Definition: ap/pk1d.hh:38
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:95
Pk1dLocalFiniteElementMap(std::size_t k)
Definition: ap/pk1d.hh:28
bool fixedSize() const
Definition: ap/pk1d.hh:33
Define the Pk Lagrange basis functions in 1d on the reference interval.
Definition: pk1d.hh:26
For backward compatibility – Do not use this!
Definition: adaptivity.hh:27
std::size_t maxLocalSize() const
Definition: ap/pk1d.hh:59
FiniteElementMap for the Pk basis in 1d.
Definition: ap/pk1d.hh:24
std::size_t size(GeometryType gt) const
Definition: ap/pk1d.hh:50