Dune Core Modules (2.6.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
refinedp1.hh
Unique label for each type of entities that can occur in DUNE grids.
Definition: type.hh:277
Uniformly refined linear Lagrange shape functions in 1D.
Definition: refinedp1localbasis.hh:55
unsigned int size() const
number of shape functions
Definition: refinedp1localbasis.hh:62
Uniformly refined linear Lagrange shape functions on the triangle.
Definition: refinedp1localbasis.hh:196
Uniformly refined linear Lagrange shape functions on the 3D-simplex (tetrahedron).
Definition: refinedp1localbasis.hh:425
unsigned int size() const
Number of shape functions in this finite element.
Definition: refinedp1.hh:123
const Traits::LocalInterpolationType & localInterpolation() const
Definition: refinedp1.hh:117
LocalFiniteElementTraits< RefinedP1LocalBasis< D, R, 2 >, Pk2DLocalCoefficients< 2 >, Pk2DLocalInterpolation< Pk2DLocalBasis< D, R, 2 > > > Traits
Definition: refinedp1.hh:94
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: refinedp1.hh:110
const Traits::LocalBasisType & localBasis() const
Definition: refinedp1.hh:103
static constexpr GeometryType type()
Definition: refinedp1.hh:130
RefinedP1LocalFiniteElement()
Definition: refinedp1.hh:98
RefinedP1LocalFiniteElement()
Definition: refinedp1.hh:155
LocalFiniteElementTraits< RefinedP1LocalBasis< D, R, 3 >, Pk3DLocalCoefficients< 2 >, Pk3DLocalInterpolation< Pk3DLocalBasis< D, R, 2 > > > Traits
Definition: refinedp1.hh:151
unsigned int size() const
Number of shape functions in this finite element.
Definition: refinedp1.hh:180
const Traits::LocalBasisType & localBasis() const
Definition: refinedp1.hh:160
static constexpr GeometryType type()
Definition: refinedp1.hh:187
const Traits::LocalInterpolationType & localInterpolation() const
Definition: refinedp1.hh:174
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: refinedp1.hh:167
Definition: refinedp1.hh:29
static constexpr GeometryType type()
Definition: refinedp1.hh:71
unsigned int size() const
Number of shape functions in this finite element.
Definition: refinedp1.hh:64
RefinedP1LocalFiniteElement()
Definition: refinedp1.hh:39
const Traits::LocalInterpolationType & localInterpolation() const
Definition: refinedp1.hh:58
LocalFiniteElementTraits< RefinedP1LocalBasis< D, R, 1 >, Pk1DLocalCoefficients< 2 >, Pk1DLocalInterpolation< Pk1DLocalBasis< D, R, 2 > > > Traits
Definition: refinedp1.hh:35
const Traits::LocalCoefficientsType & localCoefficients() const
Definition: refinedp1.hh:51
const Traits::LocalBasisType & localBasis() const
Definition: refinedp1.hh:44
constexpr GeometryType line
GeometryType representing a line.
Definition: type.hh:733
constexpr GeometryType triangle
GeometryType representing a triangle.
Definition: type.hh:739
constexpr GeometryType tetrahedron
GeometryType representing a tetrahedron.
Definition: type.hh:751
Linear Lagrange shape functions on a uniformly refined reference element.
LB LocalBasisType
Definition: localfiniteelementtraits.hh:14
LC LocalCoefficientsType
Definition: localfiniteelementtraits.hh:18
LI LocalInterpolationType
Definition: localfiniteelementtraits.hh:22
A unique label for each type of element that can occur in a grid.
