dune-localfunctions  2.5.1
Public Types | Public Member Functions | List of all members
Dune::Pk2DLocalFiniteElement< D, R, k > Class Template Reference

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

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

Public Types

typedef LocalFiniteElementTraits< Pk2DLocalBasis< D, R, k >, Pk2DLocalCoefficients< k >, Pk2DLocalInterpolation< Pk2DLocalBasis< D, R, k > > > Traits
 

Public Member Functions

 Pk2DLocalFiniteElement ()
 
 Pk2DLocalFiniteElement (int variant)
 
 Pk2DLocalFiniteElement (const unsigned int vertexmap[3])
 
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
 
Pk2DLocalFiniteElementclone () const
 

Detailed Description

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

Todo:
Please doc me !

Member Typedef Documentation

◆ Traits

template<class D, class R, unsigned int k>
typedef LocalFiniteElementTraits<Pk2DLocalBasis<D,R,k>, Pk2DLocalCoefficients<k>, Pk2DLocalInterpolation<Pk2DLocalBasis<D,R,k> > > Dune::Pk2DLocalFiniteElement< D, R, k >::Traits
Todo:
Please doc me !

Constructor & Destructor Documentation

◆ Pk2DLocalFiniteElement() [1/3]

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

◆ Pk2DLocalFiniteElement() [2/3]

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

◆ Pk2DLocalFiniteElement() [3/3]

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

Constructor for six 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...2

Member Function Documentation

◆ clone()

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

◆ localBasis()

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

◆ localCoefficients()

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

◆ localInterpolation()

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

◆ size()

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

Number of shape functions in this finite element.

◆ type()

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

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