dune-localfunctions 2.10
|
Lagrange finite element for simplices with arbitrary compile-time dimension and polynomial order. More...
#include <dune/localfunctions/lagrange/lagrangesimplex.hh>
Public Types | |
using | Traits = LocalFiniteElementTraits< Impl::LagrangeSimplexLocalBasis< D, R, d, k >, Impl::LagrangeSimplexLocalCoefficients< d, k >, Impl::LagrangeSimplexLocalInterpolation< Impl::LagrangeSimplexLocalBasis< D, R, d, k > > > |
Export number types, dimensions, etc. | |
Public Member Functions | |
LagrangeSimplexLocalFiniteElement () | |
template<typename VertexMap > | |
LagrangeSimplexLocalFiniteElement (const VertexMap &vertexmap) | |
const Traits::LocalBasisType & | localBasis () const |
Returns the local basis, i.e., the set of shape functions. | |
const Traits::LocalCoefficientsType & | localCoefficients () const |
Returns the assignment of the degrees of freedom to the element subentities. | |
const Traits::LocalInterpolationType & | localInterpolation () const |
Returns object that evaluates degrees of freedom. | |
Static Public Member Functions | |
static constexpr std::size_t | size () |
The number of shape functions. | |
static constexpr GeometryType | type () |
The reference element that the local finite element is defined on. | |
Lagrange finite element for simplices with arbitrary compile-time dimension and polynomial order.
D | type used for domain coordinates |
R | type used for function values |
d | dimension of the reference element |
k | polynomial order |
using Dune::LagrangeSimplexLocalFiniteElement< D, R, d, k >::Traits = LocalFiniteElementTraits<Impl::LagrangeSimplexLocalBasis<D,R,d,k>, Impl::LagrangeSimplexLocalCoefficients<d,k>, Impl::LagrangeSimplexLocalInterpolation<Impl::LagrangeSimplexLocalBasis<D,R,d,k> > > |
Export number types, dimensions, etc.
|
inline |
Default-construct the finite element
|
inline |
Constructs a finite element given a vertex reordering
This version is deprecated - use the std::array variant instead.
|
inline |
Returns the local basis, i.e., the set of shape functions.
|
inline |
Returns the assignment of the degrees of freedom to the element subentities.
|
inline |
Returns object that evaluates degrees of freedom.
|
inlinestaticconstexpr |
The number of shape functions.
|
inlinestaticconstexpr |
The reference element that the local finite element is defined on.