dune-alugrid 2.8.0
|
#include <dune/alugrid/3d/entityseed.hh>
Public Types | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity | |
typedef ThisType | ALU3dGridEntitySeedType |
typedef of my type | |
enum | |
typedef GridImp::template Codim< codimension >::EntityImp | EntityImp |
underlying EntityImplementation | |
typedef ALU3dGridEntitySeed< codimension, GridImp > | EntitySeedImp |
make type of entity pointer implementation available in derived classes | |
Public Member Functions | |
ALU3dGridEntitySeed () | |
Constructor for EntitySeed that points to an element. | |
ALU3dGridEntitySeed (const HElementType &item) | |
Constructor for EntitySeed that points to an interior element. | |
ALU3dGridEntitySeed (const HElementType &item, int, int) | |
Constructor for EntitySeed that points to an interior element. | |
ALU3dGridEntitySeed (const HBndSegType &ghostFace) | |
Constructor for EntitySeed that points to an ghost. | |
ALU3dGridEntitySeed (const ALU3dGridEntitySeedType &org) | |
copy constructor | |
bool | isValid () const |
bool | operator== (const ALU3dGridEntitySeedType &i) const |
equality operator | |
bool | operator!= (const ALU3dGridEntitySeedType &i) const |
inequality operator | |
bool | equals (const ALU3dGridEntitySeedType &i) const |
equality | |
void | clear () |
invalidate seed | |
HElementType * | item () const |
get item from key | |
HElementType * | interior () const |
return iterior item | |
bool | isGhost () const |
methods for ghosts | |
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 |
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< dim, cd >::ImplementationType | ImplementationType |
typedef ImplTraits::template Codim< dim, cd >::InterfaceType | HElementType |
typedef ImplTraits::BNDFaceType | BNDFaceType |
typedef ImplTraits::HBndSegType | HBndSegType |
typedef ALU3dGridEntity< 0, dim, GridImp > | ALU3dGridEntityType |
enum | |
enum | |
typedef ImplTraits::template Codim< dim, 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 |
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
|
inlineinherited |
equality
|
inlineinherited |
|
inlineinherited |
return iterior item
|
inlineinherited |
methods for ghosts
|
inlineinherited |
|
inlineinherited |
get item from key
|
inlineinherited |
|
inlineinherited |
inequality operator
|
inlineinherited |
equality operator
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
staticinherited |
|
staticinherited |
|
mutableprotectedinherited |