5 #ifndef DUNE_Q2_LOCALFINITEELEMENT_HH 6 #define DUNE_Q2_LOCALFINITEELEMENT_HH 8 #include <dune/common/typetraits.hh> 9 #include <dune/geometry/type.hh> 25 template<
class Geometry,
class RF>
28 typename std::conditional<Geometry::mydimension == 1,
29 LagrangeSimplexLocalFiniteElement<typename Geometry::ctype, RF, 1, 2>,
30 LagrangeCubeLocalFiniteElement<typename Geometry::ctype, RF, Geometry::mydimension, 2> >::type,
33 typedef typename std::conditional<Geometry::mydimension == 1,
45 template<
class Geometry,
class RF>
46 const typename Q2FiniteElementFactory<Geometry, RF>::LFE
47 Q2FiniteElementFactory<Geometry, RF>::lfe;
Lagrange finite element for simplices with arbitrary compile-time dimension and polynomial order...
Definition: lagrangesimplex.hh:789
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
Factory for global-valued Q23D elements.
Definition: q2.hh:26
Definition: bdfmcube.hh:17
Q2FiniteElementFactory()
default constructor
Definition: q2.hh:42