dune-grid
2.4.1
|
#include <dune/grid/alugrid/3d/entityseed.hh>
Public Types | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity More... | |
typedef ThisType | ALU3dGridEntitySeedType |
typedef of my type More... | |
enum | |
typedef MakeableInterfaceObject< Entity > | EntityObject |
underlying EntityImplementation More... | |
typedef EntityObject::ImplementationType | EntityImp |
typedef ALU3dGridEntitySeed< codimension, GridImp > | EntitySeedImp |
make type of entity pointer implementation available in derived classes More... | |
Public Member Functions | |
ALU3dGridEntitySeed () | |
Constructor for EntitySeed that points to an element. More... | |
ALU3dGridEntitySeed (const HElementType &item) | |
Constructor for EntitySeed that points to an interior element. More... | |
ALU3dGridEntitySeed (const HElementType &item, int, int, int) | |
Constructor for EntitySeed that points to an interior element. More... | |
ALU3dGridEntitySeed (const HBndSegType &ghostFace) | |
Constructor for EntitySeed that points to an ghost. More... | |
ALU3dGridEntitySeed (const ALU3dGridEntitySeedType &org) | |
copy constructor More... | |
bool | operator== (const ALU3dGridEntitySeedType &i) const |
equality operator More... | |
bool | operator!= (const ALU3dGridEntitySeedType &i) const |
inequality operator More... | |
bool | isValid () const |
check for valid seed More... | |
bool | equals (const ALU3dGridEntitySeedType &i) const |
equality More... | |
void | clear () |
invalidate seed More... | |
HElementType * | item () const |
get item from key More... | |
HElementType * | interior () const |
return iterior item More... | |
bool | isGhost () const |
methods for ghosts More... | |
BNDFaceType * | ghost () const |
KeyType * | toKey (const HElementType *item) |
KeyType * | toKey (const HBndSegType *ghostFace) |
void | set (const HElementType &item) |
void | set (const HBndSegType &ghostFace) |
int | level () const |
int | twist () const |
int | face () const |
Static Public Attributes | |
static const int | defaultValue |
static const int | defaultTwist |
Protected Types | |
enum | { cd = 0 } |
enum | { dim = GridImp::dimension } |
enum | { dimworld = GridImp::dimensionworld } |
typedef ALU3dGridEntitySeedBase< 0, GridImp > | BaseType |
typedef ALU3dGridEntitySeed< cd, GridImp > | ThisType |
typedef GridImp::MPICommunicatorType | Comm |
typedef ALU3dImplTraits< GridImp::elementType, Comm > | ImplTraits |
typedef ImplTraits::template Codim< cd >::ImplementationType | ImplementationType |
typedef ImplTraits::template Codim< cd >::InterfaceType | HElementType |
typedef ImplTraits::BNDFaceType | BNDFaceType |
typedef ImplTraits::HBndSegType | HBndSegType |
typedef ALU3dGridEntity< 0, dim, GridImp > | ALU3dGridEntityType |
enum | |
enum | |
typedef ImplTraits::template Codim< codim >::EntitySeedType | KeyType |
Protected Attributes | |
KeyType * | item_ |
ALUGridEntitySeed points to an entity this class is the specialisation for codim 0, it has exactly the same functionality as the ALU3dGridEntitySeedBase
typedef ThisType Dune::ALU3dGridEntitySeed< 0, GridImp >::ALU3dGridEntitySeedType |
typedef of my type
|
protected |
|
protected |
|
protected |
|
protected |
typedef GridImp::template Codim<cd>::Entity Dune::ALU3dGridEntitySeed< 0, GridImp >::Entity |
type of Entity
|
inherited |
|
inherited |
underlying EntityImplementation
|
inherited |
make type of entity pointer implementation available in derived classes
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inline |
Constructor for EntitySeed that points to an element.
|
inline |
Constructor for EntitySeed that points to an interior element.
|
inline |
Constructor for EntitySeed that points to an interior element.
|
inline |
Constructor for EntitySeed that points to an ghost.
|
inline |
copy constructor
|
inlineinherited |
invalidate seed
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::item_.
|
inherited |
equality
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
return iterior item
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::isGhost(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::item_.
|
inlineinherited |
methods for ghosts
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::Bnd< cd, Key >::isGhost(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::item_.
|
inlineinherited |
check for valid seed
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::equals(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::item_.
|
inlineinherited |
get item from key
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::Bnd< cd, Key >::getItem(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::item_.
|
inlineinherited |
|
inlineinherited |
inequality operator
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::equals(), and Dune::ALU3dGridEntitySeedBase< codim, GridImp >::operator=().
|
inlineinherited |
equality operator
References Dune::ALU3dGridEntitySeedBase< codim, GridImp >::equals().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
mutableprotectedinherited |