dune-localfunctions  2.4.1-rc2
Public Types | Public Member Functions | List of all members
Dune::QkLocalFiniteElement< D, R, d, k > Class Template Reference

General Lagrange finite element for cubes with arbitrary dimension and polynomial order. More...

#include <dune/localfunctions/lagrange/qk.hh>

Public Types

typedef
LocalFiniteElementTraits
< LocalBasis,
QkLocalCoefficients< k, d >
, LocalInterpolation
Traits
 

Public Member Functions

 QkLocalFiniteElement ()
 
const Traits::LocalBasisTypelocalBasis () const
 
const
Traits::LocalCoefficientsType
localCoefficients () const
 
const
Traits::LocalInterpolationType
localInterpolation () const
 
unsigned int size () const
 Number of shape functions in this finite element. More...
 
GeometryType type () const
 
QkLocalFiniteElementclone () const
 

Detailed Description

template<class D, class R, int d, int k>
class Dune::QkLocalFiniteElement< D, R, d, k >

General Lagrange finite element for cubes with arbitrary dimension and polynomial order.

Note
The general class QkLocalCoefficients is available for k>0 in dimensions 2 and 3 only
Template Parameters
Dtype used for domain coordinates
Rtype used for function values
ddimension of the reference element
kpolynomial order

Member Typedef Documentation

template<class D , class R , int d, int k>
typedef LocalFiniteElementTraits<LocalBasis,QkLocalCoefficients<k,d>,LocalInterpolation> Dune::QkLocalFiniteElement< D, R, d, k >::Traits
Todo:
Please doc me !

Constructor & Destructor Documentation

template<class D , class R , int d, int k>
Dune::QkLocalFiniteElement< D, R, d, k >::QkLocalFiniteElement ( )
inline

Member Function Documentation

template<class D , class R , int d, int k>
QkLocalFiniteElement* Dune::QkLocalFiniteElement< D, R, d, k >::clone ( ) const
inline
template<class D , class R , int d, int k>
const Traits::LocalBasisType& Dune::QkLocalFiniteElement< D, R, d, k >::localBasis ( ) const
inline
Todo:
Please doc me !
template<class D , class R , int d, int k>
const Traits::LocalCoefficientsType& Dune::QkLocalFiniteElement< D, R, d, k >::localCoefficients ( ) const
inline
Todo:
Please doc me !
template<class D , class R , int d, int k>
const Traits::LocalInterpolationType& Dune::QkLocalFiniteElement< D, R, d, k >::localInterpolation ( ) const
inline
Todo:
Please doc me !
template<class D , class R , int d, int k>
unsigned int Dune::QkLocalFiniteElement< D, R, d, k >::size ( ) const
inline

Number of shape functions in this finite element.

References Dune::QkLocalBasis< D, R, k, d >::size().

template<class D , class R , int d, int k>
GeometryType Dune::QkLocalFiniteElement< D, R, d, k >::type ( ) const
inline
Todo:
Please doc me !

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