dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::LagrangePrismLocalFiniteElement< D, R, k > Class Template Reference

Lagrange finite element for 3d prisms with arbitrary compile-time polynomial order. More...

#include <dune/localfunctions/lagrange/lagrangeprism.hh>

Public Types

using Traits = LocalFiniteElementTraits< Impl::LagrangePrismLocalBasis< D, R, k >, Impl::LagrangePrismLocalCoefficients< k >, Impl::LagrangePrismLocalInterpolation< Impl::LagrangePrismLocalBasis< D, R, k > > >
 Export number types, dimensions, etc.
 

Public Member Functions

const Traits::LocalBasisTypelocalBasis () const
 Returns the local basis, i.e., the set of shape functions.
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 Returns the assignment of the degrees of freedom to the element subentities.
 
const Traits::LocalInterpolationTypelocalInterpolation () 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.
 

Detailed Description

template<class D, class R, int k>
class Dune::LagrangePrismLocalFiniteElement< D, R, k >

Lagrange finite element for 3d prisms with arbitrary compile-time polynomial order.

Template Parameters
DType used for domain coordinates
RType used for function values
kPolynomial order

Member Typedef Documentation

◆ Traits

template<class D , class R , int k>
using Dune::LagrangePrismLocalFiniteElement< D, R, k >::Traits = LocalFiniteElementTraits<Impl::LagrangePrismLocalBasis<D,R,k>, Impl::LagrangePrismLocalCoefficients<k>, Impl::LagrangePrismLocalInterpolation<Impl::LagrangePrismLocalBasis<D,R,k> > >

Export number types, dimensions, etc.

Member Function Documentation

◆ localBasis()

template<class D , class R , int k>
const Traits::LocalBasisType & Dune::LagrangePrismLocalFiniteElement< D, R, k >::localBasis ( ) const
inline

Returns the local basis, i.e., the set of shape functions.

◆ localCoefficients()

template<class D , class R , int k>
const Traits::LocalCoefficientsType & Dune::LagrangePrismLocalFiniteElement< D, R, k >::localCoefficients ( ) const
inline

Returns the assignment of the degrees of freedom to the element subentities.

◆ localInterpolation()

template<class D , class R , int k>
const Traits::LocalInterpolationType & Dune::LagrangePrismLocalFiniteElement< D, R, k >::localInterpolation ( ) const
inline

Returns object that evaluates degrees of freedom.

◆ size()

template<class D , class R , int k>
static constexpr std::size_t Dune::LagrangePrismLocalFiniteElement< D, R, k >::size ( )
inlinestaticconstexpr

The number of shape functions.

◆ type()

template<class D , class R , int k>
static constexpr GeometryType Dune::LagrangePrismLocalFiniteElement< D, R, k >::type ( )
inlinestaticconstexpr

The reference element that the local finite element is defined on.


The documentation for this class was generated from the following file: