interface for a finite element More...
#include <dune/localfunctions/common/finiteelement.hh>
Public Types | |
typedef T | Traits |
Export the traits class. | |
Public Member Functions | |
const Traits::BasisType & | basis () const |
get a reference to the basis object | |
const Traits::CoefficientsType & | coefficients () const |
get a reference to the coefficients object | |
const Traits::InterpolationType & | interpolation () const |
get a reference to the interpolation object | |
GeometryType | type () const |
get the geometry type of this finite element object |
interface for a finite element
typedef T Dune::FiniteElementInterface< Imp, T >::Traits |
Export the traits class.
const Traits::BasisType& Dune::FiniteElementInterface< Imp, T >::basis | ( | ) | const [inline] |
get a reference to the basis object
The reference is guaranteed to be valid for as long as this finite element object exists.
const Traits::CoefficientsType& Dune::FiniteElementInterface< Imp, T >::coefficients | ( | ) | const [inline] |
get a reference to the coefficients object
The reference is guaranteed to be valid for as long as this finite element object exists.
const Traits::InterpolationType& Dune::FiniteElementInterface< Imp, T >::interpolation | ( | ) | const [inline] |
get a reference to the interpolation object
The reference is guaranteed to be valid for as long as this finite element object exists.
GeometryType Dune::FiniteElementInterface< Imp, T >::type | ( | ) | const [inline] |
get the geometry type of this finite element object