3 #ifndef DUNE_Q2_LOCALFINITEELEMENT_HH
4 #define DUNE_Q2_LOCALFINITEELEMENT_HH
6 #warning The class Q2LocalFiniteElement from q2.hh is deprecated, and will be removed\
7 after the release of Dune 2.3. Please use QkLocalFiniteElement from qk.hh instead.
9 #include <dune/geometry/type.hh>
25 template<
class D,
class R,
int dim>
82 template<
class Geometry,
class RF>
85 Q2LocalFiniteElement<typename Geometry::ctype, RF, Geometry::mydimension>, Geometry
98 template<
class Geometry,
class RF>
99 const typename Q2FiniteElementFactory<Geometry, RF>::LFE
100 Q2FiniteElementFactory<Geometry, RF>::lfe;
traits helper struct
Definition: localfiniteelementtraits.hh:10
2nd-order Lagrangian finite elements on hypercubes
Definition: q2.hh:26
const Traits::LocalInterpolationType & localInterpolation() const
Definition: q2.hh:57
Factory for global-valued Q23D elements.
Definition: q2.hh:83
Layout map for Q2 elements.
Definition: q2localcoefficients.hh:25
Q2LocalFiniteElement()
Default constructor.
Definition: q2.hh:36
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
GeometryType type() const
Get the type of the reference element.
Definition: q2.hh:64
Q2FiniteElementFactory()
default constructor
Definition: q2.hh:95
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LocalFiniteElementTraits< Q2LocalBasis< D, R, dim >, Q2LocalCoefficients< dim >, Q2LocalInterpolation< Q2LocalBasis< D, R, dim > > > Traits
Definition: q2.hh:32
Factory for ScalarLocalToGlobalFiniteElementAdaptor objects.
Definition: localtoglobaladaptors.hh:245
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
Lagrange shape functions of order 2 on the reference cube.
Definition: q2localbasis.hh:24
Definition: q2localinterpolation.hh:12
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: q2.hh:50
const Traits::LocalBasisType & localBasis() const
Get the actual shape functions.
Definition: q2.hh:43