Dune::FiniteElementInterface< Imp, T > Class Template Reference

interface for a finite element More...

#include <dune/localfunctions/common/finiteelement.hh>

List of all members.

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

Detailed Description

template<typename Imp, typename T = FiniteElementTraits<Imp>>
class Dune::FiniteElementInterface< Imp, T >

interface for a finite element


Member Typedef Documentation

template<typename Imp , typename T = FiniteElementTraits<Imp>>
typedef T Dune::FiniteElementInterface< Imp, T >::Traits

Export the traits class.


Member Function Documentation

template<typename Imp , typename T = FiniteElementTraits<Imp>>
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.

template<typename Imp , typename T = FiniteElementTraits<Imp>>
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.

template<typename Imp , typename T = FiniteElementTraits<Imp>>
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.

template<typename Imp , typename T = FiniteElementTraits<Imp>>
GeometryType Dune::FiniteElementInterface< Imp, T >::type (  )  const [inline]

get the geometry type of this finite element object


The documentation for this class was generated from the following file:
Generated on Sat Apr 24 11:15:35 2010 for dune-localfunctions by  doxygen 1.6.3