dune-alugrid
2.6-git
|
#include <dune/alugrid/3d/entity.hh>
Public Types | |
enum | { codimension = codim } |
typedef GridImp::template Codim< codimension >::Entity | Entity |
type of Entity More... | |
typedef Entity | EntityObject |
typedef ALU3dGridEntity< codimension, dim, GridImp > | EntityImp |
typedef ThisType | ALU3dGridEntityPointerType |
typedef of my type More... | |
typedef ALU3dGridEntityPointer< codimension, GridImp > | EntityPointerImp |
make type of entity pointer implementation available in derived classes More... | |
typedef ALU3dGridEntitySeed< codimension, GridImp > | ALU3dGridEntitySeedType |
type of entity seed More... | |
Public Member Functions | |
ALU3dGridEntityPointerBase (const HElementType &item) | |
Constructor for EntityPointer that points to an element. More... | |
ALU3dGridEntityPointerBase (const HBndSegType &ghostFace) | |
Constructor for EntityPointer that points to an ghost. More... | |
ALU3dGridEntityPointerBase (const ALU3dGridEntitySeedType &seed) | |
Constructor for EntityPointer that points to an ghost. More... | |
ALU3dGridEntityPointerBase (const ALU3dGridEntityPointerType &org) | |
copy constructor More... | |
bool | equals (const ALU3dGridEntityPointerType &i) const |
equality More... | |
ThisType & | operator= (const ThisType &org) |
assignment operator More... | |
Entity & | dereference () const |
dereferencing More... | |
int | level () const |
ask for level of entities More... | |
ALU3dGridEntityPointerBase () | |
default empty constructor More... | |
Protected Member Functions | |
void | clone (const ALU3dGridEntityPointerType &org) |
void | done () |
has to be called when iterator is finished More... | |
void | updateGhostPointer (HBndSegType &ghostFace) |
void | updateEntityPointer (HElementType *item, int level=-1) |
EntityImp & | entityImp () const |
Protected Attributes | |
ALU3dGridEntitySeedType | seed_ |
EntityObject | entity_ |
Enables iteration over all entities of a given codimension and level of a grid.
typedef ThisType Dune::ALU3dGridEntityPointerBase< codim, GridImp >::ALU3dGridEntityPointerType |
typedef of my type
typedef ALU3dGridEntitySeed<codimension, GridImp> Dune::ALU3dGridEntityPointerBase< codim, GridImp >::ALU3dGridEntitySeedType |
type of entity seed
typedef GridImp::template Codim<codimension>::Entity Dune::ALU3dGridEntityPointerBase< codim, GridImp >::Entity |
type of Entity
typedef ALU3dGridEntity<codimension,dim, GridImp> Dune::ALU3dGridEntityPointerBase< codim, GridImp >::EntityImp |
typedef Entity Dune::ALU3dGridEntityPointerBase< codim, GridImp >::EntityObject |
typedef ALU3dGridEntityPointer<codimension,GridImp> Dune::ALU3dGridEntityPointerBase< codim, GridImp >::EntityPointerImp |
make type of entity pointer implementation available in derived classes
|
inline |
Constructor for EntityPointer that points to an element.
|
inline |
Constructor for EntityPointer that points to an ghost.
|
inline |
Constructor for EntityPointer that points to an ghost.
|
inline |
copy constructor
|
inline |
default empty constructor
|
inlineprotected |
|
inline |
dereferencing
|
inlineprotected |
has to be called when iterator is finished
|
inlineprotected |
|
inline |
equality
|
inline |
ask for level of entities
|
inline |
assignment operator
|
inlineprotected |
|
inlineprotected |
|
mutableprotected |
|
protected |