persistent, globally unique Ids
More...
#include <dune/grid/yaspgrid.hh>
|
typedef std::remove_const< GridImp >::type::PersistentIndexType | IdType |
| define the type used for persistent indices More...
|
|
|
| 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 std::remove_const< GridImp >::type::Traits::template Codim< cc >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. More...
|
|
template<class GridImp>
class Dune::YaspGlobalIdSet< GridImp >
persistent, globally unique Ids
◆ IdType
define the type used for persistent indices
◆ YaspGlobalIdSet()
Only default-constructible.
◆ id() [1/3]
Get id of an entity. This method is simpler to use than the one below.
◆ id() [2/3]
IdType Dune::IdSet< GridImp, YaspGlobalIdSet< GridImp > , std::remove_const< GridImp >::type::PersistentIndexType >::id |
( |
const typename std::remove_const< GridImp >::type::Traits::template Codim< cc >::Entity & |
e | ) |
const |
|
inlineinherited |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
◆ id() [3/3]
template<class GridImp>
template<int cd>
◆ subId()
template<class GridImp>
IdType Dune::YaspGlobalIdSet< GridImp >::subId |
( |
const typename std::remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity & |
e, |
|
|
int |
i, |
|
|
unsigned int |
codim |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following files: