6 #ifndef DUNE_Q1_LOCALFINITEELEMENT_HH 7 #define DUNE_Q1_LOCALFINITEELEMENT_HH 9 #include <dune/geometry/type.hh> 24 template<
class Geometry,
class RF>
27 LagrangeCubeLocalFiniteElement<
28 typename Geometry::ctype, RF, Geometry::mydimension, 1
34 typename Geometry::ctype, RF, Geometry::mydimension, 1
45 template<
class Geometry,
class RF>
46 const typename Q1FiniteElementFactory<Geometry, RF>::LFE
47 Q1FiniteElementFactory<Geometry, RF>::lfe;
Factory for ScalarLocalToGlobalFiniteElementAdaptor objects.
Definition: localtoglobaladaptors.hh:244
Lagrange finite element for cubes with arbitrary compile-time dimension and polynomial order...
Definition: lagrangecube.hh:708
Q1FiniteElementFactory()
default constructor
Definition: q1.hh:42
Definition: bdfmcube.hh:17
Factory for global-valued Q1 elements.
Definition: q1.hh:25