hierarchic index set of ALU3dGrid
More...
#include <dune/grid/alugrid/3d/indexsets.hh>
Public Types |
typedef int | IdType |
| export type of id
|
Public Member Functions |
template<class EntityType > |
int | id (const EntityType &ep) const |
| return global id of given entity
|
template<int codim> |
int | id (const typename GridType::template Codim< codim >::Entity &ep) const |
| return global id of given entity
|
IdType | subId (const EntityCodim0Type &e, int i, unsigned int codim) const |
| return subId of given entity
|
int | preCoarsening (HElementType &elem) |
int | postRefinement (HElementType &item) |
int | preCoarsening (HBndSegType &el) |
int | postRefinement (HBndSegType &el) |
| prolong data, elem is the father
|
void | setChunkSize (int chunkSize) |
IdType | id (const typename remove_const< ALU3dGrid< elType, Comm > >::type::Traits::template Codim< cc >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
|
IdType | subId (const typename remove_const< ALU3dGrid< elType, Comm > >::type::Traits::template Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| Get id of subentity i of codim cc of a codim 0 entity.
|
Detailed Description
template<ALU3dGridElementType elType, class Comm>
class Dune::ALU3dGridLocalIdSet< elType, Comm >
hierarchic index set of ALU3dGrid
Member Typedef Documentation
template<ALU3dGridElementType elType, class Comm >
Member Function Documentation
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
template<ALU3dGridElementType elType, class Comm >
template<class EntityType >
template<ALU3dGridElementType elType, class Comm >
template<int codim>
return global id of given entity
template<ALU3dGridElementType elType, class Comm >
template<ALU3dGridElementType elType, class Comm >
prolong data, elem is the father
template<ALU3dGridElementType elType, class Comm >
template<ALU3dGridElementType elType, class Comm >
template<ALU3dGridElementType elType, class Comm >
Get id of subentity i of codim cc of a codim 0 entity.
template<ALU3dGridElementType elType, class Comm >
return subId of given entity
Friends And Related Function Documentation
template<ALU3dGridElementType elType, class Comm >
The documentation for this class was generated from the following file: