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

Public Types | |
| typedef std::remove_const< GridImp >::type::PersistentIndexType | IdType |
| define the type used for persistent indices | |
Public Member Functions | |
| YaspGlobalIdSet () | |
| Only default-constructible. | |
| template<int cd> | |
| IdType | id (const typename std::remove_const< GridImp >::type::Traits::template Codim< cd >::Entity &e) const |
| get id of an entity | |
| 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 | |
| IdType | id (const Entity &e) const |
| Get id of an entity. This method is simpler to use than the one below. | |
| IdType | subId (const typename Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| Get id of subentity i of co-dimension codim of a co-dimension 0 entity. | |
Static Public Attributes | |
| static constexpr auto | dimension |
| dimension of the grid (maximum allowed codimension) | |
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.
|
inlineinherited |
Get id of an entity. This method is simpler to use than the one below.
|
inline |
get id of an entity
|
inlineinherited |
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
|
inline |
get id of subentity
|
staticconstexprinherited |
dimension of the grid (maximum allowed codimension)