|
| FoamGridLevelIndexSet (const GridImp &grid, int level) |
|
template<int codim> |
int | index (const typename GridImp::Traits::template Codim< codim >::Entity &e) const |
| get index of an entity More...
|
|
template<int cc> |
int | subIndex (const typename GridImp::Traits::template Codim< cc >::Entity &e, int i, unsigned int codim) const |
| get index of subentity of an entity More...
|
|
int | size (int codim) const |
| get number of entities of given codim, type and on this level More...
|
|
int | size (GeometryType type) const |
| get number of entities of given codim, type and on this level More...
|
|
const std::vector< GeometryType > & | geomTypes (int codim) const |
| Deliver all geometry types used in this grid. More...
|
|
std::vector< GeometryType > | types (int codim) const |
| Deliver all geometry types used in this grid. More...
|
|
template<class EntityType > |
bool | contains (const EntityType &e) const |
| Return true if the given entity is contained in the index set. More...
|
|
void | update () |
| Set up the index set. More...
|
|
template<class GridImp>
class Dune::FoamGridLevelIndexSet< GridImp >
- Todo:
- Take the index types from the host grid