hierarchic index set of ALU3dGrid
More...
#include <dune/alugrid/3d/grid.hh>
|
template<class EntityType > |
int | index (const EntityType &ep) const |
| return hierarchic index of given entity More...
|
|
template<int codim> |
int | index (const typename GridType::Traits::template Codim< codim >::Entity &entity) const |
| return hierarchic index of given entity More...
|
|
int | subIndex (const EntityCodim0Type &e, int i, unsigned int codim) const |
| return subIndex i of given entity for subEntity with codim More...
|
|
int | size (GeometryType type) const |
|
int | size (int codim) const |
| return size of indexset, i.e. maxindex+1 More...
|
|
const std::vector< GeometryType > & | geomTypes (int codim) const |
| deliver all geometry types used in this grid More...
|
|
template<class EntityType > |
bool | contains (const EntityType &) const |
| return true because all entities are contained in this set More...
|
|
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm>
class Dune::ALU3dGridHierarchicIndexSet< dim, dimworld, elType, Comm >
hierarchic index set of ALU3dGrid
◆ EntityCodim0Type
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
◆ contains()
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
template<class EntityType >
return true because all entities are contained in this set
◆ geomTypes()
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
deliver all geometry types used in this grid
◆ index() [1/2]
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
template<class EntityType >
return hierarchic index of given entity
◆ index() [2/2]
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
template<int codim>
return hierarchic index of given entity
◆ size() [1/2]
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
return size of indexset, i.e. maxindex+1 for given type, if type is not exisiting within grid 0 is returned
◆ size() [2/2]
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
return size of indexset, i.e. maxindex+1
◆ subIndex()
template<int dim, int dimworld, ALU3dGridElementType elType, class Comm >
return subIndex i of given entity for subEntity with codim
The documentation for this class was generated from the following files: