3 #ifndef DUNE_Q2_LOCALFINITEELEMENT_HH 4 #define DUNE_Q2_LOCALFINITEELEMENT_HH 6 #include <dune/common/typetraits.hh> 7 #include <dune/geometry/type.hh> 22 template<
class Geometry,
class RF>
25 typename conditional<Geometry::mydimension == 1,
26 PkLocalFiniteElement<typename Geometry::ctype, RF, 1, 2>,
27 QkLocalFiniteElement<typename Geometry::ctype, RF, Geometry::mydimension, 2> >::type,
30 typedef typename conditional<Geometry::mydimension == 1,
42 template<
class Geometry,
class RF>
43 const typename Q2FiniteElementFactory<Geometry, RF>::LFE
General Lagrange finite element for cubes with arbitrary dimension and polynomial order...
Definition: qk.hh:22
Factory for ScalarLocalToGlobalFiniteElementAdaptor objects.
Definition: localtoglobaladaptors.hh:244
Factory for global-valued Q23D elements.
Definition: q2.hh:23
Q2FiniteElementFactory()
default constructor
Definition: q2.hh:39
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:14
General Lagrange finite element with arbitrary dimension and polynomial order.
Definition: pk.hh:24