dune-alugrid
3.0.0
|
#include <dune/alugrid/3d/entityseed.hh>
Public Types | |
typedef GridImp::template Codim< cd >::Entity | Entity |
type of Entity More... | |
typedef ALU3dGridEntitySeed< cd, GridImp > | ALU3dGridEntitySeedType |
typedef of my type More... | |
enum | |
typedef GridImp::template Codim< codimension >::EntityImp | EntityImp |
underlying EntityImplementation More... | |
typedef ALU3dGridEntitySeed< codimension, GridImp > | EntitySeedImp |
make type of entity pointer implementation available in derived classes More... | |
Public Member Functions | |
ALU3dGridEntitySeed (const ImplementationType &item) | |
Constructor for EntitySeed that points to an element. More... | |
ALU3dGridEntitySeed (const HElementType &item, const int level, const int twist=defaultTwist) | |
Constructor for EntitySeed that points to an element. More... | |
ALU3dGridEntitySeed () | |
Constructor for EntitySeed that points to an element. More... | |
ALU3dGridEntitySeed (const ALU3dGridEntityType &entity) | |
Constructor for EntitySeed that points to given entity. More... | |
ALU3dGridEntitySeed (const ALU3dGridEntitySeedType &org) | |
copy constructor More... | |
ThisType & | operator= (const ThisType &org) |
assignment operator More... | |
void | clear () |
clear the key data structure More... | |
void | set (const HElementType &item, const int level) |
set element and level More... | |
int | level () const |
return level More... | |
int | twist () const |
return twist More... | |
bool | operator== (const ALU3dGridEntitySeedType &i) const |
bool | operator!= (const ALU3dGridEntitySeedType &i) const |
bool | equals (const ALU3dGridEntitySeedType &key) const |
equality, calls BaseType equals More... | |
bool | isValid () const |
bool | operator== (const ALU3dGridEntitySeedType &i) const |
equality operator More... | |
bool | operator!= (const ALU3dGridEntitySeedType &i) const |
inequality operator More... | |
bool | equals (const ALU3dGridEntitySeedType &i) const |
equality 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) |
Static Public Attributes | |
static const int | defaultValue |
static const int | defaultTwist |
Protected Types | |
enum | |
enum | |
typedef ImplTraits::template Codim< dim, codim >::EntitySeedType | KeyType |
typedef ImplTraits::HBndSegType | HBndSegType |
Protected Attributes | |
int | level_ |
int | twist_ |
KeyType * | item_ |
typedef ALU3dGridEntitySeed<cd,GridImp> Dune::ALU3dGridEntitySeed< cd, GridImp >::ALU3dGridEntitySeedType |
typedef of my type
typedef GridImp::template Codim<cd>::Entity Dune::ALU3dGridEntitySeed< cd, GridImp >::Entity |
type of Entity
|
inherited |
underlying EntityImplementation
|
inherited |
make type of entity pointer implementation available in derived classes
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inline |
Constructor for EntitySeed that points to an element.
|
inline |
Constructor for EntitySeed that points to an element.
|
inline |
Constructor for EntitySeed that points to an element.
|
inline |
Constructor for EntitySeed that points to given entity.
|
inline |
copy constructor
|
inline |
clear the key data structure
|
inlineinherited |
equality
|
inline |
equality, calls BaseType equals
|
inlineinherited |
|
inlineinherited |
return iterior item
|
inlineinherited |
methods for ghosts
|
inlineinherited |
|
inlineinherited |
get item from key
|
inline |
return level
|
inlineinherited |
inequality operator
|
inline |
|
inline |
assignment operator
|
inlineinherited |
equality operator
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
set element and level
|
inlineinherited |
|
inlineinherited |
|
inline |
return twist
|
staticinherited |
|
staticinherited |
|
mutableprotectedinherited |
|
protected |
|
protected |