Dune::ALU3dGridLocalIdSet< dim, dimworld, elType > Class Template Reference
#include <indexsets.hh>
Inheritance diagram for Dune::ALU3dGridLocalIdSet< dim, dimworld, elType >:

Detailed Description
template<int dim, int dimworld, ALU3dGridElementType elType>
class Dune::ALU3dGridLocalIdSet< dim, dimworld, elType >
hierarchic index set of ALU3dGrid
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 | |
template<int cd> | |
int | subId (const EntityCodim0Type &ep, int i) const |
return subId of given entity | |
int | postRefinement (HBndSegType &el) |
prolong data, elem is the father | |
template<int cc> | |
IdType | subId (const typename RemoveConst< GridImp >::Type::Traits::template Codim< 0 >::Entity &e, int i) const |
get id of subentity i of codim cc | |
template<int cc> | |
IdType | id (const typename RemoveConst< GridImp >::Type::Traits::template Codim< cc >::Entity &e) const |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. |
The documentation for this class was generated from the following file: