dune-localfunctions
2.6-git
|
Go to the documentation of this file.
4 #ifndef DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
5 #define DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
21 template<
class D,
class R,
int d,
int k>
68 static constexpr GeometryType
type ()
70 return GeometryTypes::cube(d);
75 LocalCoefficients coefficients;
76 LocalInterpolation interpolation;
static constexpr GeometryType type()
Definition: qk.hh:68
unsigned int size() const
number of shape functions
Definition: qklocalbasis.hh:109
traits helper struct
Definition: localfiniteelementtraits.hh:10
General Lagrange finite element for cubes with arbitrary dimension and polynomial order.
Definition: qk.hh:22
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: qk.hh:48
const Traits::LocalBasisType & localBasis() const
Definition: qk.hh:41
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
Attaches a shape function to an entity.
Definition: qklocalcoefficients.hh:24
QkLocalFiniteElement()
Definition: qk.hh:36
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
unsigned int size() const
Number of shape functions in this finite element.
Definition: qk.hh:61
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
const Traits::LocalInterpolationType & localInterpolation() const
Definition: qk.hh:55
Definition: brezzidouglasmarini1cube2dlocalbasis.hh:15
LocalFiniteElementTraits< LocalBasis, QkLocalCoefficients< k, d >, LocalInterpolation > Traits
Definition: qk.hh:32
Lagrange shape functions of order k on the reference cube.
Definition: qklocalbasis.hh:34