dune-localfunctions 2.10
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::RannacherTurekLocalFiniteElement< D, R, d > Struct Template Reference

Rannacher-Turek shape functions. More...

#include <dune/localfunctions/rannacherturek/rannacherturek.hh>

Public Types

typedef LocalFiniteElementTraits< RannacherTurekLocalBasis< D, R, d >, RannacherTurekLocalCoefficients< d >, RannacherTurekLocalInterpolation< D, R, d > > Traits
 export traits class
 

Public Member Functions

const Traits::LocalBasisTypelocalBasis () const
 return local basis
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 return local coefficients
 
const Traits::LocalInterpolationTypelocalInterpolation () const
 return local interpolation
 
unsigned int size () const
 Number of shape functions in this finite element.
 
GeometryType type () const
 return geometry type
 

Detailed Description

template<class D, class R, unsigned int d>
struct Dune::RannacherTurekLocalFiniteElement< D, R, d >

Rannacher-Turek shape functions.

Template Parameters
Dtype to represent the field in the domain.
Rtype to represent the field in the range.
ddomain dimension

Member Typedef Documentation

◆ Traits

template<class D , class R , unsigned int d>
typedef LocalFiniteElementTraits< RannacherTurekLocalBasis< D, R, d >, RannacherTurekLocalCoefficients< d >, RannacherTurekLocalInterpolation< D, R, d > > Dune::RannacherTurekLocalFiniteElement< D, R, d >::Traits

export traits class

Member Function Documentation

◆ localBasis()

template<class D , class R , unsigned int d>
const Traits::LocalBasisType & Dune::RannacherTurekLocalFiniteElement< D, R, d >::localBasis ( ) const
inline

return local basis

◆ localCoefficients()

template<class D , class R , unsigned int d>
const Traits::LocalCoefficientsType & Dune::RannacherTurekLocalFiniteElement< D, R, d >::localCoefficients ( ) const
inline

return local coefficients

◆ localInterpolation()

template<class D , class R , unsigned int d>
const Traits::LocalInterpolationType & Dune::RannacherTurekLocalFiniteElement< D, R, d >::localInterpolation ( ) const
inline

return local interpolation

◆ size()

template<class D , class R , unsigned int d>
unsigned int Dune::RannacherTurekLocalFiniteElement< D, R, d >::size ( ) const
inline

Number of shape functions in this finite element.

◆ type()

template<class D , class R , unsigned int d>
GeometryType Dune::RannacherTurekLocalFiniteElement< D, R, d >::type ( ) const
inline

return geometry type


The documentation for this struct was generated from the following file: