dune-localfunctions 3.0-git
|
#include <dune/localfunctions/lagrange/pk3d.hh>
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::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 |
Pk3DLocalFiniteElement * | clone () const |
typedef LocalFiniteElementTraits<Pk3DLocalBasis<D,R,k>, Pk3DLocalCoefficients<k>, Pk3DLocalInterpolation<Pk3DLocalBasis<D,R,k> > > Dune::Pk3DLocalFiniteElement< D, R, k >::Traits |
|
inline |
|
inline |
Constructor for 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...3 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Number of shape functions in this finite element.
|
inline |