dune-localfunctions
2.2.0
|
#include <dune/localfunctions/lagrange/pk2d.hh>
Public Types | |
typedef ScalarLocalToGlobalBasisAdaptor < LocalBasis, Geometry > | Basis |
type of the Basis | |
typedef LocalToGlobalInterpolationAdaptor < LocalInterpolation, typename Basis::Traits > | Interpolation |
type of the Interpolation | |
typedef Pk2DLocalCoefficients< k > | Coefficients |
type of the Coefficients |
typedef ScalarLocalToGlobalBasisAdaptor<LocalBasis, Geometry> Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits::Basis |
type of the Basis
Should be an implementation of BasisIterface
Reimplemented from Dune::FiniteElementInterface::Traits.
typedef Pk2DLocalCoefficients<k> Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits::Coefficients |
type of the Coefficients
Should be an implementation of CoefficientsIterface
Reimplemented from Dune::FiniteElementInterface::Traits.
typedef LocalToGlobalInterpolationAdaptor< LocalInterpolation, typename Basis::Traits > Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits::Interpolation |
type of the Interpolation
Should be an implementation of InterpolationIterface
Reimplemented from Dune::FiniteElementInterface::Traits.