DUNE PDELab (unstable)
Dune::LagrangePrismLocalFiniteElement< D, R, compileTimeOrder > 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, compileTimeOrder >, Impl::LagrangePrismLocalCoefficients< compileTimeOrder >, Impl::LagrangePrismLocalInterpolation< D, R, compileTimeOrder > > |
| Export number types, dimensions, etc. | |
Public Member Functions | |
| constexpr | LagrangePrismLocalFiniteElement () |
| Constructor for compile-time order. | |
| constexpr | LagrangePrismLocalFiniteElement (int runTimeOrder) |
| Constructor for run-time order. | |
| 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 GeometryType | type () |
| The reference element that the local finite element is defined on. | |
Detailed Description
template<class D, class R, int compileTimeOrder = -1>
class Dune::LagrangePrismLocalFiniteElement< D, R, compileTimeOrder >
class Dune::LagrangePrismLocalFiniteElement< D, R, compileTimeOrder >
Lagrange finite element for 3d prisms with arbitrary compile-time polynomial order.
- Template Parameters
-
D Type used for domain coordinates R Type used for function values compileTimeOrder Polynomial order of the Lagrange space in one direction (or -1 for dynamic order)
The documentation for this class was generated from the following file:
- dune/localfunctions/lagrange/lagrangeprism.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(May 19, 22:31, 2026)