DUNE-FEM (unstable)
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. More... | |
const Traits::LocalCoefficientsType & | localCoefficients () const |
Extract coefficients of this finite element. More... | |
const Traits::LocalInterpolationType & | localInterpolation () const |
Extract interpolation of this finite element. More... | |
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. | |
Detailed Description
class Dune::DiscontinuousLocalFiniteElement< LFE >
Meta-finite element turning a finite-element into "discontinuous" finite-element by associating all basis functions to the element interior.
- Template Parameters
-
LFE Type of the local finite-element, can be a raw type or a reference_wrapper.
Member Function Documentation
◆ localBasis()
|
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.
References Dune::resolveRef().
◆ localCoefficients()
|
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.
◆ localInterpolation()
|
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.
References Dune::resolveRef().
The documentation for this class was generated from the following file:
- dune/localfunctions/meta/discontinuous.hh
