dune-localfunctions  2.6-git
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Dune::Pk3DLocalFiniteElement< D, R, k > Class Template Reference

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

Inheritance diagram for Dune::Pk3DLocalFiniteElement< D, R, k >:
Inheritance graph

Public Types

typedef LocalFiniteElementTraits< Pk3DLocalBasis< D, R, k >, Pk3DLocalCoefficients< k >, Pk3DLocalInterpolation< Pk3DLocalBasis< D, R, k > > > Traits
 

Public Member Functions

 Pk3DLocalFiniteElement ()
 
 Pk3DLocalFiniteElement (const unsigned int vertexmap[4])
 
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...
 

Static Public Member Functions

static constexpr GeometryType type ()
 

Detailed Description

template<class D, class R, unsigned int k>
class Dune::Pk3DLocalFiniteElement< D, R, k >

Todo:
Please doc me !

Member Typedef Documentation

◆ Traits

template<class D , class R , unsigned int k>
typedef LocalFiniteElementTraits<Pk3DLocalBasis<D,R,k>, Pk3DLocalCoefficients<k>, Pk3DLocalInterpolation<Pk3DLocalBasis<D,R,k> > > Dune::Pk3DLocalFiniteElement< D, R, k >::Traits
Todo:
Please doc me !

Constructor & Destructor Documentation

◆ Pk3DLocalFiniteElement() [1/2]

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

◆ Pk3DLocalFiniteElement() [2/2]

template<class D , class R , unsigned int k>
Dune::Pk3DLocalFiniteElement< D, R, k >::Pk3DLocalFiniteElement ( const unsigned int  vertexmap[4])
inline

Constructor for variants with permuted vertices.

Parameters
vertexmapThe permutation of the vertices. This can for instance be generated from the global indices of the vertices by reducing those to the integers 0...3

Member Function Documentation

◆ localBasis()

template<class D , class R , unsigned int k>
const Traits::LocalBasisType& Dune::Pk3DLocalFiniteElement< D, R, k >::localBasis ( ) const
inline
Todo:
Please doc me !

◆ localCoefficients()

template<class D , class R , unsigned int k>
const Traits::LocalCoefficientsType& Dune::Pk3DLocalFiniteElement< D, R, k >::localCoefficients ( ) const
inline
Todo:
Please doc me !

◆ localInterpolation()

template<class D , class R , unsigned int k>
const Traits::LocalInterpolationType& Dune::Pk3DLocalFiniteElement< D, R, k >::localInterpolation ( ) const
inline
Todo:
Please doc me !

◆ size()

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

Number of shape functions in this finite element.

◆ type()

template<class D , class R , unsigned int k>
static constexpr GeometryType Dune::Pk3DLocalFiniteElement< D, R, k >::type ( )
inlinestatic
Todo:
Please doc me !

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