|
dune-localfunctions
2.2.0
|
#include <dune/localfunctions/lagrange/pk1d.hh>
Public Types | |
| typedef LocalFiniteElementTraits < Pk1DLocalBasis< D, R, k > , Pk1DLocalCoefficients< k > , Pk1DLocalInterpolation < Pk1DLocalBasis< D, R, k > > > | Traits |
Public Member Functions | |
| Pk1DLocalFiniteElement () | |
| Pk1DLocalFiniteElement (int variant) | |
| Pk1DLocalFiniteElement (const unsigned int vertexmap[3]) | |
| const Traits::LocalBasisType & | localBasis () const |
| const Traits::LocalCoefficientsType & | localCoefficients () const |
| const Traits::LocalInterpolationType & | localInterpolation () const |
| GeometryType | type () const |
| Pk1DLocalFiniteElement * | clone () const |
| typedef LocalFiniteElementTraits<Pk1DLocalBasis<D,R,k>, Pk1DLocalCoefficients<k>, Pk1DLocalInterpolation<Pk1DLocalBasis<D,R,k> > > Dune::Pk1DLocalFiniteElement< D, R, k >::Traits |
| Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement | ( | ) | [inline] |
Referenced by Dune::Pk1DLocalFiniteElement< D, R, k >::clone().
| Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement | ( | int | variant | ) | [inline] |
| Dune::Pk1DLocalFiniteElement< D, R, k >::Pk1DLocalFiniteElement | ( | const unsigned int | vertexmap[3] | ) | [inline] |
Constructor for two variants with permuted vertices.
| vertexmap | The permutation of the vertices. |
| Pk1DLocalFiniteElement* Dune::Pk1DLocalFiniteElement< D, R, k >::clone | ( | ) | const [inline] |
| const Traits::LocalBasisType& Dune::Pk1DLocalFiniteElement< D, R, k >::localBasis | ( | ) | const [inline] |
| const Traits::LocalCoefficientsType& Dune::Pk1DLocalFiniteElement< D, R, k >::localCoefficients | ( | ) | const [inline] |
| const Traits::LocalInterpolationType& Dune::Pk1DLocalFiniteElement< D, R, k >::localInterpolation | ( | ) | const [inline] |
| GeometryType Dune::Pk1DLocalFiniteElement< D, R, k >::type | ( | ) | const [inline] |
1.7.6.1