6 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH 7 #define DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH 23 template<
class D,
class R>
51 std::size_t
size(GeometryType gt)
const 54 return _k > 0 ? 1 : 0;
56 return _k > 0 ? _k - 1 : 1;
70 #endif // DUNE_PDELAB_FINITEELEMENTMAP_PK1D_HH Define the Pk Lagrange basis functions in 1d on the reference interval.
Definition: pk1d.hh:29
std::size_t size(GeometryType gt) const
Definition: ap/pk1d.hh:51
static constexpr bool fixedSize()
Definition: ap/pk1d.hh:34
bool hasDOFs(int codim) const
Definition: ap/pk1d.hh:39
std::size_t maxLocalSize() const
Definition: ap/pk1d.hh:60
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Pk1dLocalFiniteElementMap(std::size_t k)
Definition: ap/pk1d.hh:29
FiniteElementMap for the Pk basis in 1d.
Definition: ap/pk1d.hh:24
simple implementation where all entities have the same finite element
Definition: finiteelementmap.hh:111