dune-localfunctions 3.0-git
|
#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 |
unsigned int | size () const |
Number of shape functions in this finite element. | |
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 |
|
inline |
|
inline |
|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Number of shape functions in this finite element.
|
inline |