|
dune-grid
2.6-git
|
persistent, globally unique Ids More...
#include <dune/grid/yaspgrid.hh>

Public Types | |
| typedef std::remove_const< GridImp >::type::PersistentIndexType | IdType |
| define the type used for persistent indices More... | |
Public Member Functions | |
| YaspGlobalIdSet () | |
| Only default-constructible. More... | |
| template<int cd> | |
| IdType | id (const typename std::remove_const< GridImp >::type::Traits::template Codim< cd >::Entity &e) const |
| get id of an entity More... | |
| IdType | subId (const typename std::remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| get id of subentity More... | |
persistent, globally unique Ids
| typedef std::remove_const<GridImp>::type::PersistentIndexType Dune::YaspGlobalIdSet< GridImp >::IdType |
define the type used for persistent indices
|
inline |
Only default-constructible.
|
inline |
get id of an entity
|
inline |
get id of subentity
1.8.17