|
dune-grid
2.4.1
|
#include <dune/grid/yaspgrid.hh>

Public Types | |
| typedef GridImp::ctype | ctype |
| typedef GridImp::template Codim< codim >::Geometry | Geometry |
| typedef GridImp::Traits::template Codim< codim >::GeometryImpl | GeometryImpl |
| typedef GridImp::template Codim< codim >::EntityPointer | EntityPointer |
| typedef GridImp::template Codim< codim >::EntitySeed | EntitySeed |
| typedef GridImp::YGridLevelIterator | YGLI |
| typedef GridImp::YGrid::Iterator | I |
| typedef GridImp::PersistentIndexType | PersistentIndexType |
| enum | |
| know your own codimension More... | |
| enum | |
| Dimension of the grid. More... | |
| enum | |
| Know dimension of the entity. More... | |
Public Member Functions | |
| int | level () const |
| level of this element More... | |
| EntitySeed | seed () const |
| Return the entity seed which contains sufficient information to generate the entity again and uses as little memory as possible. More... | |
| Geometry | geometry () const |
| geometry of this entity More... | |
| PartitionType | partitionType () const |
| return partition type attribute More... | |
| YaspEntity () | |
| YaspEntity (const YGLI &g, const I &it) | |
| bool | equals (const YaspEntity &e) const |
| Return true when two iterators over the same grid are equal (!). More... | |
| PersistentIndexType | persistentIndex () const |
| globally unique, persistent index More... | |
| int | compressedIndex () const |
| consecutive, codim-wise, level-wise index More... | |
| int | subCompressedIndex (int i, unsigned int cc) const |
| subentity compressed index More... | |
| const I & | transformingsubiterator () const |
| const YGLI & | gridlevel () const |
| I & | transformingsubiterator () |
| YGLI & | gridlevel () |
| const GridImp * | yaspgrid () const |
| GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. More... | |
Protected Attributes | |
| I | _it |
| YGLI | _g |
| typedef GridImp::ctype Dune::YaspEntity< codim, dim, GridImp >::ctype |
| typedef GridImp::template Codim<codim>::EntityPointer Dune::YaspEntity< codim, dim, GridImp >::EntityPointer |
| typedef GridImp::template Codim<codim>::EntitySeed Dune::YaspEntity< codim, dim, GridImp >::EntitySeed |
| typedef GridImp::template Codim<codim>::Geometry Dune::YaspEntity< codim, dim, GridImp >::Geometry |
| typedef GridImp::Traits::template Codim<codim>::GeometryImpl Dune::YaspEntity< codim, dim, GridImp >::GeometryImpl |
| typedef GridImp::YGrid::Iterator Dune::YaspEntity< codim, dim, GridImp >::I |
| typedef GridImp::PersistentIndexType Dune::YaspEntity< codim, dim, GridImp >::PersistentIndexType |
| typedef GridImp::YGridLevelIterator Dune::YaspEntity< codim, dim, GridImp >::YGLI |
|
inherited |
know your own codimension
|
inherited |
Dimension of the grid.
|
inherited |
Know dimension of the entity.
|
inline |
|
inline |
|
inline |
consecutive, codim-wise, level-wise index
|
inline |
Return true when two iterators over the same grid are equal (!).
Referenced by Dune::YaspIntersection< GridImp >::equals().
|
inline |
geometry of this entity
|
inline |
|
inline |
|
inline |
level of this element
Referenced by Dune::YaspIntersection< GridImp >::boundarySegmentIndex().
|
inline |
return partition type attribute
|
inline |
globally unique, persistent index
|
inline |
Return the entity seed which contains sufficient information to generate the entity again and uses as little memory as possible.
|
inline |
subentity compressed index
|
inline |
Referenced by Dune::YaspIntersection< GridImp >::boundary(), Dune::YaspIntersection< GridImp >::boundarySegmentIndex(), Dune::YaspIntersection< GridImp >::geometry(), Dune::YaspIntersection< GridImp >::neighbor(), Dune::YaspIntersection< GridImp >::update(), and Dune::YaspIntersection< GridImp >::YaspIntersection().
|
inline |
|
inlineinherited |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.
|
inline |
|
protected |
|
protected |
1.8.11