6 #ifndef DUNE_Q1_LOCALFINITEELEMENT_HH
7 #define DUNE_Q1_LOCALFINITEELEMENT_HH
9 #include <dune/geometry/type.hh>
15 #warning This header is deprecated
27 template<
class D,
class R,
int dim>
29 [[deprecated(
"use LagrangeCubeLocalFiniteElement instead")]]
39 template<
class Geometry,
class RF>
42 LagrangeCubeLocalFiniteElement<
43 typename Geometry::ctype, RF, Geometry::mydimension, 1
49 typename Geometry::ctype, RF, Geometry::mydimension, 1
60 template<
class Geometry,
class RF>
61 const typename Q1FiniteElementFactory<Geometry, RF>::LFE
62 Q1FiniteElementFactory<Geometry, RF>::lfe;
Definition: bdfmcube.hh:18
Factory for ScalarLocalToGlobalFiniteElementAdaptor objects.
Definition: localtoglobaladaptors.hh:244
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order.
Definition: lagrangecube.hh:711
Factory for global-valued Q1 elements.
Definition: q1.hh:47
Q1FiniteElementFactory()
default constructor
Definition: q1.hh:57