dune-localfunctions  2.5.1
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 >, LocalInterpolationTraits
 

Public Member Functions

 QkLocalFiniteElement ()
 
const Traits::LocalBasisTypelocalBasis () const
 
const Traits::LocalCoefficientsTypelocalCoefficients () const
 
const Traits::LocalInterpolationTypelocalInterpolation () 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

◆ Traits

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

◆ QkLocalFiniteElement()

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

Member Function Documentation

◆ clone()

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

◆ localBasis()

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 !

◆ localCoefficients()

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 !

◆ localInterpolation()

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 !

◆ size()

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.

◆ type()

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: