6 #ifndef DUNE_PDELAB_FINITEELEMENT_PK1D_HH
7 #define DUNE_PDELAB_FINITEELEMENT_PK1D_HH
9 #warning This file is deprecated. Please use LagrangeLocalFiniteElement from dune-localfunctions directly!
11 #include <dune/geometry/type.hh>
13 #include <dune/localfunctions/lagrange.hh>
14 #include <dune/localfunctions/lagrange/equidistantpoints.hh>
26 template<
class D,
class R>
28 :
public LagrangeLocalFiniteElement<EquidistantPointSet,1,D,R>
31 using Base = LagrangeLocalFiniteElement<EquidistantPointSet,1,D,R>;
35 : Base(GeometryTypes::cube(1), k)
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Define the Pk Lagrange basis functions in 1d on the reference interval.
Definition: finiteelement/pk1d.hh:29
Pk1dLocalFiniteElement(std::size_t k)
Definition: finiteelement/pk1d.hh:34