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