|
dune-localfunctions
2.2.0
|
General Lagrange finite element -- specialization for a 3d reference element. More...
#include <dune/localfunctions/lagrange/pk.hh>
Public Types | |
| typedef LocalFiniteElementTraits < Pk3DLocalBasis< D, R, k > , Pk3DLocalCoefficients< k > , Pk3DLocalInterpolation < Pk3DLocalBasis< D, R, k > > > | Traits |
Public Member Functions | |
| PkLocalFiniteElement () | |
| PkLocalFiniteElement (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 |
General Lagrange finite element -- specialization for a 3d reference element.
| D | type used for domain coordinates |
| R | type used for function values |
| k | polynomial order |
typedef LocalFiniteElementTraits<Pk3DLocalBasis<D,R,k>, Pk3DLocalCoefficients<k>, Pk3DLocalInterpolation<Pk3DLocalBasis<D,R,k> > > Dune::Pk3DLocalFiniteElement< D, R, k >::Traits [inherited] |
| Dune::PkLocalFiniteElement< D, R, 3, k >::PkLocalFiniteElement | ( | ) | [inline] |
| Dune::PkLocalFiniteElement< D, R, 3, k >::PkLocalFiniteElement | ( | const unsigned int | vertexmap[4] | ) | [inline] |
| Pk3DLocalFiniteElement* Dune::Pk3DLocalFiniteElement< D, R, k >::clone | ( | ) | const [inline, inherited] |
| const Traits::LocalBasisType& Dune::Pk3DLocalFiniteElement< D, R, k >::localBasis | ( | ) | const [inline, inherited] |
| const Traits::LocalCoefficientsType& Dune::Pk3DLocalFiniteElement< D, R, k >::localCoefficients | ( | ) | const [inline, inherited] |
| const Traits::LocalInterpolationType& Dune::Pk3DLocalFiniteElement< D, R, k >::localInterpolation | ( | ) | const [inline, inherited] |
| GeometryType Dune::Pk3DLocalFiniteElement< D, R, k >::type | ( | ) | const [inline, inherited] |
1.7.6.1