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