dune-grid
2.2.1
|
#include <dune/grid/yaspgrid.hh>
Public Types | |
typedef GridImp::ctype | ctype |
typedef GridImp::template Codim< codim >::Geometry | Geometry |
typedef MultiYGrid< dim, ctype > ::YGridLevelIterator | YGLI |
typedef SubYGrid< dim, ctype > ::TransformingSubIterator | TSI |
typedef GridImp::PersistentIndexType | PersistentIndexType |
enum | |
know your own codimension More... | |
enum | |
know your own dimension More... | |
enum | |
Know dimension of the entity. More... | |
enum | |
know your own dimension of world More... | |
typedef GridImp::template Codim< cd >::EntitySeed | EntitySeed |
The corresponding entity seed (for storage of entities) More... | |
typedef GridImp::template Codim< cd >::EntityPointer | EntityPointer |
The corresponding entity seed (for storage of entities) More... | |
Public Member Functions | |
int | level () const |
level of this element More... | |
int | index () const |
index is unique and consecutive per level and codim used for access to degrees of freedom More... | |
Geometry | geometry () const |
geometry of this entity More... | |
PartitionType | partitionType () const |
return partition type attribute More... | |
const GridImp * | yaspgrid () const |
YaspEntity (const GridImp *yg, const YGLI &g, const TSI &it) | |
PersistentIndexType | persistentIndex () const |
globally unique, persistent index More... | |
int | compressedIndex () const |
consecutive, codim-wise, level-wise index More... | |
int | compressedLeafIndex () const |
consecutive, codim-wise, level-wise index More... | |
GeometryType | type () const |
Return the name of the reference element. The type can be used to access the Dune::GenericReferenceElement. More... | |
Friends | |
class | Dune::YaspLevelIndexSet< GridImp > |
class | Dune::YaspLeafIndexSet< GridImp > |
class | Dune::YaspGlobalIdSet< GridImp > |
typedef GridImp::ctype Dune::YaspEntity< codim, dim, GridImp >::ctype |
|
inherited |
The corresponding entity seed (for storage of entities)
|
inherited |
The corresponding entity seed (for storage of entities)
typedef GridImp::template Codim<codim>::Geometry Dune::YaspEntity< codim, dim, GridImp >::Geometry |
typedef GridImp::PersistentIndexType Dune::YaspEntity< codim, dim, GridImp >::PersistentIndexType |
typedef SubYGrid<dim,ctype>::TransformingSubIterator Dune::YaspEntity< codim, dim, GridImp >::TSI |
typedef MultiYGrid<dim,ctype>::YGridLevelIterator Dune::YaspEntity< codim, dim, GridImp >::YGLI |
|
inherited |
know your own codimension
|
inherited |
know your own dimension
|
inherited |
Know dimension of the entity.
|
inherited |
know your own dimension of world
|
inline |
|
inline |
consecutive, codim-wise, level-wise index
|
inline |
consecutive, codim-wise, level-wise index
|
inline |
geometry of this entity
|
inline |
index is unique and consecutive per level and codim used for access to degrees of freedom
|
inline |
level of this element
|
inline |
return partition type attribute
|
inline |
globally unique, persistent index
|
inlineinherited |
Return the name of the reference element. The type can be used to access the Dune::GenericReferenceElement.
|
inline |
|
friend |
|
friend |
|
friend |