4#ifndef DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
5#define DUNE_LOCALFUNCTIONS_QK_LOCALFINITEELEMENT_HH
21 template<
class D,
class R,
int d,
int k>
82 LocalCoefficients coefficients;
83 LocalInterpolation interpolation;
Definition brezzidouglasmarini1cube2d.hh:14
traits helper struct
Definition localfiniteelementtraits.hh:11
LB LocalBasisType
Definition localfiniteelementtraits.hh:14
LC LocalCoefficientsType
Definition localfiniteelementtraits.hh:18
LI LocalInterpolationType
Definition localfiniteelementtraits.hh:22
General Lagrange finite element for cubes with arbitrary dimension and polynomial order.
Definition qk.hh:22
GeometryType type() const
Definition qk.hh:70
LocalFiniteElementTraits< LocalBasis, QkLocalCoefficients< k, d >, LocalInterpolation > Traits
Definition qk.hh:32
const Traits::LocalBasisType & localBasis() const
Definition qk.hh:43
QkLocalFiniteElement()
Definition qk.hh:36
QkLocalFiniteElement * clone() const
Definition qk.hh:75
unsigned int size() const
Number of shape functions in this finite element.
Definition qk.hh:63
const Traits::LocalCoefficientsType & localCoefficients() const
Definition qk.hh:50
const Traits::LocalInterpolationType & localInterpolation() const
Definition qk.hh:57
Lagrange shape functions of order k on the reference cube.
Definition qklocalbasis.hh:35
unsigned int size() const
number of shape functions
Definition qklocalbasis.hh:80
Attaches a shape function to an entity.
Definition qklocalcoefficients.hh:24
Definition qklocalinterpolation.hh:21