dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer > Class Template Reference

#include <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

◆ GridPartType

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

◆ LagrangePointSetContainerType

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

Constructor & Destructor Documentation

◆ LagrangeMapperSingletonKey()

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

Member Function Documentation

◆ gridPart()

template<class GridPart , class LagrangePointSetContainer >
const GridPartType & Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::gridPart ( ) const
inline

◆ indexSet()

template<class GridPart , class LagrangePointSetContainer >
const GridPartType::IndexSetType & Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::indexSet ( ) const
inline

◆ operator!=()

template<class GridPart , class LagrangePointSetContainer >
bool Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::operator!= ( const ThisType other) const
inline

◆ operator==()

template<class GridPart , class LagrangePointSetContainer >
bool Dune::Fem::LagrangeMapperSingletonKey< GridPart, LagrangePointSetContainer >::operator== ( const ThisType other) const
inline

◆ pointSet()

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: