#include <dune/grid/yaspgrid.hh>
List of all members.
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.
|
Member Typedef Documentation
template<int codim, int dim, class GridImp>
The corresponding entity seed (for storage of entities)
The corresponding entity seed (for storage of entities)
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
template<int codim, 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 codim, int dim, class GridImp>
Member Function Documentation
template<int codim, int dim, class GridImp>
consecutive, codim-wise, level-wise index
template<int codim, int dim, class GridImp>
consecutive, codim-wise, level-wise index
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
index is unique and consecutive per level and codim used for access to degrees of freedom
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
return partition type attribute
template<int codim, int dim, class GridImp>
globally unique, persistent index
Return the name of the reference element. The type can be used to access the Dune::GenericReferenceElement.
template<int codim, int dim, class GridImp>
Friends And Related Function Documentation
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
template<int codim, int dim, class GridImp>
The documentation for this class was generated from the following file: