dune-localfunctions  2.2.0
Public Types | Public Member Functions
Dune::Pk3DLocalFiniteElement< D, R, k > Class Template Reference

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

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

List of all members.

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::LocalCoefficientsType
localCoefficients () const
const
Traits::LocalInterpolationType
localInterpolation () const
GeometryType type () const
Pk3DLocalFiniteElementclone () const

Detailed Description

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

Todo:
Please doc me !

Member Typedef Documentation

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

template<class D , class R , unsigned int k>
Dune::Pk3DLocalFiniteElement< D, R, k >::Pk3DLocalFiniteElement ( )
inline
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.

   \param vertexmap The 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

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

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