#include <dune/grid/yaspgrid.hh>
List of all members.
Public Types |
typedef GridImp::ctype | ctype |
| define type used for coordinates in grid module
|
typedef MultiYGrid< dim, ctype >
::YGridLevelIterator | YGLI |
typedef SubYGrid< dim, ctype >
::TransformingSubIterator | TSI |
typedef GridImp::template
Codim< dim >::Geometry | Geometry |
typedef GridImp::template
Codim< dim >::EntityPointer | EntityPointer |
| The corresponding entity seed (for storage of entities)
|
typedef GridImp::template
Codim< dim >::EntitySeed | EntitySeed |
| The corresponding entity seed (for storage of entities)
|
typedef
GridImp::PersistentIndexType | PersistentIndexType |
| define the type used for persisitent indices
|
typedef YGrid< dim, ctype >::iTupel | iTupel |
| define type used for coordinates in grid module
|
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...
|
Public Member Functions |
| YaspEntity (const GridImp *yg, const YGLI &g, const TSI &it) |
int | level () const |
| level of this element
|
int | index () const |
| index is unique and consecutive per level
|
int | globalIndex () const |
| globally unique, persistent index
|
EntitySeed | seed () const |
| Return the entity seed which contains sufficient information to generate the entity again and uses as less memory as possible.
|
Geometry | geometry () const |
| geometry of this entity
|
PartitionType | partitionType () const |
| return partition type attribute
|
const TSI & | transformingsubiterator () const |
const YGLI & | gridlevel () const |
const GridImp * | yaspgrid () const |
GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::GenericReferenceElement.
|
Member Typedef Documentation
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
define type used for coordinates in grid module
template<int dim, class GridImp >
define the type used for persisitent indices
template<int dim, class GridImp >
template<int dim, class GridImp >
Member Enumeration Documentation
know your own codimension
Know dimension of the entity.
know your own dimension of world
Constructor & Destructor Documentation
template<int dim, class GridImp >
Member Function Documentation
template<int dim, class GridImp >
template<int dim, class GridImp >
globally unique, persistent index
template<int dim, class GridImp >
template<int dim, class GridImp >
index is unique and consecutive per level
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
Return the entity seed which contains sufficient information to generate the entity again and uses as less memory as possible.
template<int dim, class GridImp >
Return the name of the reference element. The type can be used to access the Dune::GenericReferenceElement.
template<int dim, class GridImp >
Friends And Related Function Documentation
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
Member Data Documentation
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
template<int dim, class GridImp >
The documentation for this class was generated from the following file: