dune-localfunctions
2.2.0
|
#include <dune/localfunctions/lagrange/pk2d.hh>
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::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
GeometryType | type () const |
Pk2DLocalFiniteElement * | clone () const |
typedef LocalFiniteElementTraits<Pk2DLocalBasis<D,R,k>, Pk2DLocalCoefficients<k>, Pk2DLocalInterpolation<Pk2DLocalBasis<D,R,k> > > Dune::Pk2DLocalFiniteElement< D, R, k >::Traits |
Dune::Pk2DLocalFiniteElement< D, R, k >::Pk2DLocalFiniteElement | ( | ) | [inline] |
Referenced by Dune::Pk2DLocalFiniteElement< D, R, 2 >::clone().
Dune::Pk2DLocalFiniteElement< D, R, k >::Pk2DLocalFiniteElement | ( | int | variant | ) | [inline] |
Dune::Pk2DLocalFiniteElement< D, R, k >::Pk2DLocalFiniteElement | ( | const unsigned int | vertexmap[3] | ) | [inline] |
Constructor for six variants with permuted vertices.
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...2 |
Pk2DLocalFiniteElement* Dune::Pk2DLocalFiniteElement< D, R, k >::clone | ( | ) | const [inline] |
const Traits::LocalBasisType& Dune::Pk2DLocalFiniteElement< D, R, k >::localBasis | ( | ) | const [inline] |
const Traits::LocalCoefficientsType& Dune::Pk2DLocalFiniteElement< D, R, k >::localCoefficients | ( | ) | const [inline] |
const Traits::LocalInterpolationType& Dune::Pk2DLocalFiniteElement< D, R, k >::localInterpolation | ( | ) | const [inline] |
GeometryType Dune::Pk2DLocalFiniteElement< D, R, k >::type | ( | ) | const [inline] |