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

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

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

Public Types

typedef LocalFiniteElementTraits< Pk1DLocalBasis< D, R, k >, Pk1DLocalCoefficients< k >, Pk1DLocalInterpolation< Pk1DLocalBasis< D, R, k > > > Traits
 

Public Member Functions

 Pk1DLocalFiniteElement ()
 
 Pk1DLocalFiniteElement (int variant)
 
 Pk1DLocalFiniteElement (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
 
Pk1DLocalFiniteElementclone () const
 

Detailed Description

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

Todo:
Please doc me !

Member Typedef Documentation

template<class D , class R , unsigned int k>
typedef LocalFiniteElementTraits<Pk1DLocalBasis<D,R,k>, Pk1DLocalCoefficients<k>, Pk1DLocalInterpolation<Pk1DLocalBasis<D,R,k> > > Dune::Pk1DLocalFiniteElement< D, R, k >::Traits
Todo:
Please doc me !

Constructor & Destructor Documentation

template<class D , class R , unsigned int k>
Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement ( )
inline
template<class D , class R , unsigned int k>
Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement ( int  variant)
inline
Todo:
Please doc me !
template<class D , class R , unsigned int k>
Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement ( const unsigned int  vertexmap[3])
inline

Constructor for two variants with permuted vertices.

Parameters
vertexmapThe permutation of the vertices.

Member Function Documentation

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

Number of shape functions in this finite element.

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

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