|
dune-grid
2.7.1
|
A struct that collects all associated types of one implementation from the Traits class. More...
#include <dune/grid/common/gridview.hh>
Classes | |
| struct | Partition |
| Define types needed to iterate over entities of a given partition type. More... | |
Public Types | |
| typedef Traits ::template Codim< cd >::Iterator | Iterator |
| type of iterator returned by the grid view More... | |
| typedef Traits ::template Codim< cd >::Entity | Entity |
| type of corresponding entity More... | |
| typedef Traits ::template Codim< cd >::Geometry | Geometry |
| type of the geometry implementation More... | |
| typedef Traits ::template Codim< cd >::LocalGeometry | LocalGeometry |
| type of the implementation for local geometries More... | |
A struct that collects all associated types of one implementation from the Traits class.