#include <grid.hh>
cd | The codimension. |
Public Types | |
typedef Dune::Geometry< dim-cd, dimw, const GridImp, GeometryImp > | Geometry |
IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw>. | |
typedef Dune::Geometry< dim-cd, dim, const GridImp, GeometryImp > | LocalGeometry |
The type of the local geometry associated with the entity. | |
typedef Dune::Entity< cd, dim, const GridImp, EntityImp > | Entity |
The type of the entity. | |
typedef Dune::LevelIterator < cd, All_Partition, const GridImp, LevelIteratorImp > | LevelIterator |
The type of the iterator over all level entities of this codim. | |
typedef Dune::LeafIterator< cd, All_Partition, const GridImp, LeafIteratorImp > | LeafIterator |
The type of the iterator over all leaf entities of this codim. | |
typedef Dune::EntityPointer < const GridImp, EntityPointerImp< cd, const GridImp > > | EntityPointer |
The type of the entity pointer for entities of this codim. | |
Classes | |
struct | Partition |
Traits associated with a specific grid partition type. More... |
typedef Dune::Geometry<dim-cd, dimw, const GridImp, GeometryImp> Dune::GridTraits< dim, dimw, GridImp, GeometryImp, EntityImp, EntityPointerImp, LevelIteratorImp, LeafIntersectionImp, LevelIntersectionImp, LeafIntersectionIteratorImp, LevelIntersectionIteratorImp, HierarchicIteratorImp, LeafIteratorImp, LevelIndexSetImp, LevelIndexSetTypes, LeafIndexSetImp, LeafIndexSetTypes, GlobalIdSetImp, GIDType, LocalIdSetImp, LIDType, CCType, LevelGridViewTraits, LeafGridViewTraits >::Codim< cd >::Geometry |
IMPORTANT: Codim<codim>::Geometry == Geometry<dim-codim,dimw>.
The type of the geometry associated with the entity.