Traits for the FiniteElement. More...
#include <dune/localfunctions/common/finiteelement.hh>
Public Types | |
typedef Imp::Traits::BasisType | BasisType |
The type of the basis. | |
typedef Imp::Traits::CoefficientsType | CoefficientsType |
The type of the coefficients. | |
typedef Imp::Traits::InterpolationType | InterpolationType |
The type of the interpolation. |
Traits for the FiniteElement.
Each finite element should either have its own specialization of this class or provide a traits class conforming to this interface in some other way.
Imp | The type of the basis implementation. |
typedef Imp::Traits::BasisType Dune::FiniteElementTraits< Imp >::BasisType |
The type of the basis.
This is usually something derived from BasisInterface.
typedef Imp::Traits::CoefficientsType Dune::FiniteElementTraits< Imp >::CoefficientsType |
The type of the coefficients.
This is usually something derived from LocalCoefficientsInterface
typedef Imp::Traits::InterpolationType Dune::FiniteElementTraits< Imp >::InterpolationType |
The type of the interpolation.
This is usually something derived from InterpolationInterface.