Dune Core Modules (unstable)

Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF > Struct Template Reference

A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide. More...

#include <dune/localfunctions/utility/localfiniteelement.hh>

Public Member Functions

 GenericLocalFiniteElement (const GeometryType &gt, const Key &key)
 
 GenericLocalFiniteElement (const GenericLocalFiniteElement &other)
 
const Traits::LocalBasisTypelocalBasis () const
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 
const Traits::LocalInterpolationTypelocalInterpolation () const
 
unsigned int size () const
 Number of shape functions in this finite element.
 
GeometryType type () const
 

Detailed Description

template<class BasisF, class CoeffF, class InterpolF>
struct Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >

A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide.

Constructor & Destructor Documentation

◆ GenericLocalFiniteElement() [1/2]

template<class BasisF , class CoeffF , class InterpolF >
Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::GenericLocalFiniteElement ( const GeometryType gt,
const Key &  key 
)
inline

◆ GenericLocalFiniteElement() [2/2]

template<class BasisF , class CoeffF , class InterpolF >
Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::GenericLocalFiniteElement ( const GenericLocalFiniteElement< BasisF, CoeffF, InterpolF > &  other)
inline

Member Function Documentation

◆ localBasis()

template<class BasisF , class CoeffF , class InterpolF >
const Traits::LocalBasisType& Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::localBasis ( ) const
inline
Todo:
Please doc me !

◆ localCoefficients()

template<class BasisF , class CoeffF , class InterpolF >
const Traits::LocalCoefficientsType& Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::localCoefficients ( ) const
inline
Todo:
Please doc me !

◆ localInterpolation()

template<class BasisF , class CoeffF , class InterpolF >
const Traits::LocalInterpolationType& Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::localInterpolation ( ) const
inline
Todo:
Please doc me !

◆ type()

template<class BasisF , class CoeffF , class InterpolF >
GeometryType Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::type ( ) const
inline

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 17, 22:29, 2024)