dune-grid 2.9.0
|
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 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... | |
IdType | id (const Entity &e) const |
Get id of an entity. This method is simpler to use than the one below. More... | |
IdType | id (const typename Codim< cc >::Entity &e) const |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitly. More... | |
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. More... | |
Static Public Attributes | |
static constexpr auto | dimension |
dimension of the grid (maximum allowed codimension) 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.
|
inlineinherited |
Get id of an entity. This method is simpler to use than the one below.
|
inlineinherited |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitly.
|
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)