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

Classes | |
| struct | Codim |
Public Types | |
| typedef GridImp::ctype | ctype |
| typedef GridImp::YGridLevelIterator | YGLI |
| typedef GridImp::YGrid::Iterator | I |
| typedef GridImp::template Codim< dim >::Geometry | Geometry |
| typedef GridImp::template Codim< dim >::EntityPointer | EntityPointer |
| typedef GridImp::template Codim< dim >::EntitySeed | EntitySeed |
| typedef GridImp::PersistentIndexType | PersistentIndexType |
| define the type used for persisitent indices More... | |
| typedef GridImp::YGrid::iTupel | iTupel |
| define type used for coordinates in grid module More... | |
| enum | |
| know your own codimension More... | |
| enum | |
| Dimension of the grid. More... | |
| enum | |
| Know dimension of the entity. More... | |
Public Member Functions | |
| 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... | |
| 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... | |
| int | subCompressedIndex (int, unsigned int) const |
| subentity compressed index simply returns compressedIndex 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< dim, dim, GridImp >::ctype |
| typedef GridImp::template Codim<dim>::EntityPointer Dune::YaspEntity< dim, dim, GridImp >::EntityPointer |
| typedef GridImp::template Codim<dim>::EntitySeed Dune::YaspEntity< dim, dim, GridImp >::EntitySeed |
| typedef GridImp::template Codim<dim>::Geometry Dune::YaspEntity< dim, dim, GridImp >::Geometry |
| typedef GridImp::YGrid::Iterator Dune::YaspEntity< dim, dim, GridImp >::I |
| typedef GridImp::YGrid::iTupel Dune::YaspEntity< dim, dim, GridImp >::iTupel |
define type used for coordinates in grid module
| typedef GridImp::PersistentIndexType Dune::YaspEntity< dim, dim, GridImp >::PersistentIndexType |
define the type used for persisitent indices
| typedef GridImp::YGridLevelIterator Dune::YaspEntity< dim, dim, GridImp >::YGLI |
|
inherited |
know your own codimension
|
inherited |
Dimension of the grid.
|
inherited |
Know dimension of the entity.
|
inline |
|
inline |
References move.
|
inline |
Return true when two iterators over the same grid are equal (!).
|
inline |
geometry of this entity
|
inline |
|
inline |
|
inline |
level of this element
|
inline |
return partition type attribute
References Dune::BorderEntity, Dune::FrontEntity, Dune::GhostEntity, Dune::InteriorEntity, and Dune::OverlapEntity.
|
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 simply returns compressedIndex
|
inline |
|
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