Loading [MathJax]/extensions/tex2jax.js

DUNE-FEM (unstable)

Dune::DiscontinuousLocalFiniteElement< LFE > Class Template Reference

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::LocalBasisTypelocalBasis () const
 Extract basis of this finite element. More...
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 Extract coefficients of this finite element. More...
 
const Traits::LocalInterpolationTypelocalInterpolation () 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

template<class LFE>
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
LFEType of the local finite-element, can be a raw type or a reference_wrapper.

Member Function Documentation

◆ localBasis()

template<class LFE >
const Traits::LocalBasisType & Dune::DiscontinuousLocalFiniteElement< LFE >::localBasis ( ) const
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()

template<class LFE >
const Traits::LocalCoefficientsType & Dune::DiscontinuousLocalFiniteElement< LFE >::localCoefficients ( ) const
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()

template<class LFE >
const Traits::LocalInterpolationType & Dune::DiscontinuousLocalFiniteElement< LFE >::localInterpolation ( ) const
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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Mar 12, 23:28, 2025)