|
dune-localfunctions 2.11
|
Meta-finite element turning a finite-element into "discontinuous" finite-element by associating all basis functions to the element interior. More...
#include <dune/localfunctions/meta/discontinuous.hh>
Classes | |
| struct | Traits |
| types of component objects More... | |
Public Member Functions | |
| template<class LFE_> | |
| DiscontinuousLocalFiniteElement (LFE_ &&lfe) | |
| Construct a finite element. | |
| const Traits::LocalBasisType & | localBasis () const |
| Extract basis of this finite element. | |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| Extract coefficients of this finite element. | |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| Extract interpolation of this finite element. | |
| unsigned int | size () const |
| Return the number of basis functions. | |
| const GeometryType | type () const |
| Return the geometry type the finite element can be bound to. | |
Meta-finite element turning a finite-element into "discontinuous" finite-element by associating all basis functions to the element interior.
| LFE | Type of the local finite-element, can be a raw type or a reference_wrapper. |
|
inlineexplicit |
Construct a finite element.
|
inline |
Extract basis of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Extract coefficients of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Extract interpolation of this finite element.
The returned lvalue must have a lifetime at least as long as the finite element object it was acquired from.
|
inline |
Return the number of basis functions.
|
inline |
Return the geometry type the finite element can be bound to.