dune-localfunctions
2.1.1
|
#include <dune/localfunctions/common/localtoglobaladaptors.hh>
Public Types | |
typedef ScalarLocalToGlobalBasisAdaptor < typename LocalFiniteElement::Traits::LocalBasisType, Geometry > | Basis |
type of the Basis | |
typedef LocalToGlobalInterpolationAdaptor < typename LocalFiniteElement::Traits::LocalInterpolationType, typename Basis::Traits > | Interpolation |
type of the Interpolation | |
typedef LocalFiniteElement::Traits::LocalCoefficientsType | Coefficients |
type of the Coefficients |
typedef ScalarLocalToGlobalBasisAdaptor<typename LocalFiniteElement:: Traits::LocalBasisType, Geometry> Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Basis |
type of the Basis
Should be an implementation of BasisIterface
Reimplemented from Dune::FiniteElementInterface::Traits.
typedef LocalFiniteElement::Traits::LocalCoefficientsType Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Coefficients |
type of the Coefficients
Should be an implementation of CoefficientsIterface
Reimplemented from Dune::FiniteElementInterface::Traits.
typedef LocalToGlobalInterpolationAdaptor<typename LocalFiniteElement:: Traits::LocalInterpolationType, typename Basis::Traits> Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Interpolation |
type of the Interpolation
Should be an implementation of InterpolationIterface
Reimplemented from Dune::FiniteElementInterface::Traits.