dune-grid
2.3.0
|
#include <dune/grid/alugrid/3d/entity.hh>
Public Types | |
typedef GridImp::GridObjectFactoryType | FactoryType |
typedef ALU3dGridEntitySeed < cd, GridImp > | ALU3dGridEntitySeedType |
type of entity seed More... | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity More... | |
typedef ThisType | ALU3dGridEntityPointerType |
typedef of my type More... | |
enum | |
typedef MakeableInterfaceObject < Entity > | EntityObject |
underlying EntityImplementation More... | |
typedef EntityObject::ImplementationType | EntityImp |
typedef ALU3dGridEntityPointer < codimension, GridImp > | EntityPointerImp |
make type of entity pointer implementation available in derived classes More... | |
Public Member Functions | |
ALU3dGridEntityPointer (const FactoryType &factory, const HElementType &item) | |
Constructor for EntityPointer that points to an interior element. More... | |
ALU3dGridEntityPointer (const FactoryType &factory, const HBndSegType &ghostFace) | |
Constructor for EntityPointer that points to an ghost. More... | |
ALU3dGridEntityPointer (const FactoryType &factory, const ALU3dGridEntitySeedType &seed) | |
Constructor for EntityPointer that points to given entity. More... | |
ALU3dGridEntityPointer (const ALU3dGridEntityType &entity) | |
Constructor for EntityPointer that points to an entity (interior or ghost) More... | |
ALU3dGridEntityPointer (const ALU3dGridEntityPointerType &org) | |
copy constructor More... | |
bool | equals (const ALU3dGridEntityPointerType &i) const |
equality More... | |
Entity & | dereference () const |
dereferencing More... | |
int | level () const |
ask for level of entities More... | |
Protected Types | |
enum | { cd = 0 } |
enum | { dim = GridImp::dimension } |
enum | { dimworld = GridImp::dimensionworld } |
typedef ALU3dGridEntityPointerBase < 0, GridImp > | BaseType |
typedef ALU3dGridEntityPointer < cd, GridImp > | ThisType |
typedef GridImp::MPICommunicatorType | Comm |
typedef ALU3dImplTraits < GridImp::elementType, Comm > | ImplTraits |
typedef ImplTraits::template Codim< cd >::InterfaceType | HElementType |
typedef ImplTraits::HBndSegType | HBndSegType |
typedef ImplTraits::BNDFaceType | BNDFaceType |
typedef ALU3dGridEntity < 0, dim, GridImp > | ALU3dGridEntityType |
Protected Member Functions | |
ALU3dGridEntityPointer (const FactoryType &factory, int level) | |
void | clone (const ALU3dGridEntityPointerType &org) |
void | getEntity (const ALU3dGridEntityPointerType &org) |
void | done () |
has to be called when iterator is finished More... | |
void | freeEntity () |
put entity to entity stack More... | |
const GridImp & | grid () const |
return reference to grid More... | |
void | updateGhostPointer (HBndSegType &ghostFace) |
void | updateEntityPointer (HElementType *item, int level=-1) |
EntityImp & | entityImp () const |
Protected Attributes | |
const FactoryType & | factory_ |
ALU3dGridEntitySeedType | seed_ |
EntityObject * | entity_ |
Friends | |
class | ALU3dGridEntity< cd, dim, GridImp > |
class | ALU3dGridEntity< 0, dim, GridImp > |
class | ALU3dGrid< GridImp::elementType, Comm > |
ALUGridEntityPointer points to an entity this class is the specialisation for codim 0, it has exactly the same functionality as the ALU3dGridEntityPointerBase
typedef ThisType Dune::ALU3dGridEntityPointer< 0, GridImp >::ALU3dGridEntityPointerType |
typedef of my type
typedef ALU3dGridEntitySeed<cd, GridImp> Dune::ALU3dGridEntityPointer< 0, GridImp >::ALU3dGridEntitySeedType |
type of entity seed
|
protected |
|
protected |
|
protected |
|
protected |
typedef GridImp::template Codim<cd>::Entity Dune::ALU3dGridEntityPointer< 0, GridImp >::Entity |
type of Entity
|
inherited |
|
inherited |
underlying EntityImplementation
|
inherited |
make type of entity pointer implementation available in derived classes
typedef GridImp::GridObjectFactoryType Dune::ALU3dGridEntityPointer< 0, GridImp >::FactoryType |
|
protected |
|
protected |
|
protected |
|
protected |
|
inherited |
|
inline |
Constructor for EntityPointer that points to an interior element.
|
inline |
Constructor for EntityPointer that points to an ghost.
|
inline |
Constructor for EntityPointer that points to given entity.
References Dune::ALU3dGridEntityPointerBase< cd, GridImp >::entity_, Dune::ALU3dGridEntityPointerBase< cd, GridImp >::entityImp(), Dune::ALU3dGridEntityPointerBase< cd, GridImp >::factory_, Dune::ALU3dGridEntitySeedBase< codim, GridImp >::ghost(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::isGhost().
|
inline |
Constructor for EntityPointer that points to an entity (interior or ghost)
References Dune::ALU3dGridEntityPointerBase< cd, GridImp >::entity_, Dune::ALU3dGridEntityPointerBase< cd, GridImp >::entityImp(), Dune::ALU3dGridEntityPointerBase< cd, GridImp >::factory_, and Dune::ALU3dGridEntity< 0, dim, GridImp >::isGhost().
|
inline |
copy constructor
|
inlineprotected |
Constructor for EntityPointer init of Level-, and Leaf-, and HierarchicIterator
|
protectedinherited |
|
inherited |
dereferencing
|
protectedinherited |
has to be called when iterator is finished
Referenced by Dune::ALU3dGridHierarchicIterator< GridImp >::ALU3dGridHierarchicIterator().
|
inlineprotectedinherited |
|
inherited |
equality
|
protectedinherited |
put entity to entity stack
|
protectedinherited |
|
inlineprotectedinherited |
return reference to grid
References Dune::ALU3dGridEntityPointerBase< codim, GridImp >::factory_.
|
inherited |
ask for level of entities
|
protectedinherited |
|
protectedinherited |
|
friend |
|
friend |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |