dune-fem  2.4.1-rc
Public Types | Public Member Functions | List of all members
Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/lagrange/storage.hh>

Public Types

typedef GridPart GridPartType
 
typedef LagrangePointSetContainer LagrangePointSetContainerType
 

Public Member Functions

 LagrangeMapperSingletonKey (const GridPartType &gridPart, const LagrangePointSetContainerType &pointSet, const int polOrd)
 
bool operator== (const ThisType &other) const
 
bool operator!= (const ThisType &other) const
 
const GridPartTypegridPart () const
 
const GridPartType::IndexSetType & indexSet () const
 
const LagrangePointSetContainerTypepointSet () const
 

Member Typedef Documentation

template<class GridPart , class LagrangePointSetContainer >
typedef GridPart Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::GridPartType
template<class GridPart , class LagrangePointSetContainer >
typedef LagrangePointSetContainer Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::LagrangePointSetContainerType

Constructor & Destructor Documentation

template<class GridPart , class LagrangePointSetContainer >
Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::LagrangeMapperSingletonKey ( const GridPartType gridPart,
const LagrangePointSetContainerType pointSet,
const int  polOrd 
)
inline

Member Function Documentation

template<class GridPart , class LagrangePointSetContainer >
const GridPartType& Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::gridPart ( ) const
inline
template<class GridPart , class LagrangePointSetContainer >
const GridPartType::IndexSetType& Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::indexSet ( ) const
inline
template<class GridPart , class LagrangePointSetContainer >
bool Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::operator!= ( const ThisType other) const
inline
template<class GridPart , class LagrangePointSetContainer >
bool Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::operator== ( const ThisType other) const
inline
template<class GridPart , class LagrangePointSetContainer >
const LagrangePointSetContainerType& Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::pointSet ( ) const
inline

The documentation for this class was generated from the following file: