dune-localfunctions  2.4.1-rc2
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 More...
 

Public Member Functions

const Traits::LocalBasisTypelocalBasis () const
 return local basis More...
 
const
Traits::LocalCoefficientsType
localCoefficients () const
 return local coefficients More...
 
const
Traits::LocalInterpolationType
localInterpolation () const
 return local interpolation More...
 
unsigned int size () const
 Number of shape functions in this finite element. More...
 
GeometryType type () const
 return geometry type More...
 

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

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

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

return local basis

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

return local coefficients

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

return local interpolation

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.

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: