Dune Core Modules (2.6.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
qk.hh
Unique label for each type of entities that can occur in DUNE grids.
Definition: type.hh:277
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:109
Attaches a shape function to an entity.
Definition: qklocalcoefficients.hh:24
General Lagrange finite element for cubes with arbitrary dimension and polynomial order.
Definition: qk.hh:22
LocalFiniteElementTraits< LocalBasis, QkLocalCoefficients< k, d >, LocalInterpolation > Traits
Definition: qk.hh:32
const Traits::LocalBasisType & localBasis() const
Definition: qk.hh:41
unsigned int size() const
Number of shape functions in this finite element.
Definition: qk.hh:61
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: qk.hh:48
const Traits::LocalInterpolationType & localInterpolation() const
Definition: qk.hh:55
constexpr GeometryType cube(unsigned int dim)
Returns a GeometryType representing a hypercube of dimension dim.
Definition: type.hh:705
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
