|
dune-localfunctions
2.2.0
|
#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 |
| 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 |
| Dune::Pk3DLocalFiniteElement< D, R, k >::Pk3DLocalFiniteElement | ( | ) | [inline] |
Referenced by Dune::Pk3DLocalFiniteElement< D, R, k >::clone().
| Dune::Pk3DLocalFiniteElement< D, R, k >::Pk3DLocalFiniteElement | ( | const unsigned int | vertexmap[4] | ) | [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 |
| Pk3DLocalFiniteElement* Dune::Pk3DLocalFiniteElement< D, R, k >::clone | ( | ) | const [inline] |
| const Traits::LocalBasisType& Dune::Pk3DLocalFiniteElement< D, R, k >::localBasis | ( | ) | const [inline] |
| const Traits::LocalCoefficientsType& Dune::Pk3DLocalFiniteElement< D, R, k >::localCoefficients | ( | ) | const [inline] |
| const Traits::LocalInterpolationType& Dune::Pk3DLocalFiniteElement< D, R, k >::localInterpolation | ( | ) | const [inline] |
| GeometryType Dune::Pk3DLocalFiniteElement< D, R, k >::type | ( | ) | const [inline] |
1.7.6.1