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