#include <dune/foamgrid/foamgrid/foamgridindexsets.hh>
|
| typedef unsigned int | IdType |
| | define the type used for persistent indices
|
| |
|
| 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, int codim) const |
| | get id of subEntity
|
| |
| void | update () |
| |
◆ IdType
define the type used for persistent indices
◆ id()
template<class GridImp >
template<int cd>
| IdType Dune::FoamGridIdSet< GridImp >::id |
( |
const typename std::remove_const< GridImp >::type::Traits::template Codim< cd >::Entity & |
e | ) |
const |
|
inline |
◆ subId()
template<class GridImp >
| IdType Dune::FoamGridIdSet< GridImp >::subId |
( |
const typename std::remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity & |
e, |
|
|
int |
i, |
|
|
int |
codim |
|
) |
| const |
|
inline |
◆ update()
The documentation for this class was generated from the following file: