#include <dune/grid/identitygrid/identitygridindexsets.hh>
|
typedef
HostGrid::Traits::LocalIdSet::IdType | IdType |
| define the type used for persistent local ids More...
|
|
|
| IdentityGridLocalIdSet (const GridImp &g) |
| constructor stores reference to a grid More...
|
|
template<int cd> |
IdType | id (const typename remove_const< GridImp >::type::Traits::template Codim< cd >::Entity &e) const |
| get id of an entity More...
|
|
IdType | subId (const typename remove_const< GridImp >::type::template Codim< 0 >::Entity &e, int i, int codim) const |
| get id of subEntity More...
|
|
void | update () |
|
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 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...
|
|
IdType | subId (const typename remove_const< GridImp >::type::Traits::template 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...
|
|
define the type used for persistent local ids
constructor stores reference to a grid
template<class GridImp>
template<int cd>
Get id of an entity. This method is simpler to use than the one below.
IdType Dune::IdSet< GridImp, IdentityGridLocalIdSet< GridImp > , remove_const< GridImp >::type::HostGridType::Traits::LocalIdSet::IdType >::id |
( |
const typename 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.
IdType Dune::IdSet< GridImp, IdentityGridLocalIdSet< GridImp > , remove_const< GridImp >::type::HostGridType::Traits::LocalIdSet::IdType >::subId |
( |
const typename remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity & |
e, |
|
|
int |
i, |
|
|
unsigned int |
codim |
|
) |
| const |
|
inlineinherited |
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
The documentation for this class was generated from the following file: