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)
41 #endif // DUNE_PDELAB_FINITEELEMENT_PK1D_HH