|
dune-grid 2.10
|
type describing an intersection with a neighboring processor More...
#include <dune/grid/yaspgrid/ygrid.hh>
Public Attributes | |
| YGridComponent< Coordinates > | grid |
| The intersection as a subgrid of the local grid. | |
| int | rank |
| Rank of the process where the other grid is stored. | |
| int | distance |
| Manhattan distance to the other grid. | |
| YGrid< Coordinates > | yg |
| a YGrid stub, that acts wraps above YGrid Component and handles the index offset | |
type describing an intersection with a neighboring processor
| int Dune::YGridList< Coordinates >::Intersection::distance |
Manhattan distance to the other grid.
| YGridComponent<Coordinates> Dune::YGridList< Coordinates >::Intersection::grid |
The intersection as a subgrid of the local grid.
| int Dune::YGridList< Coordinates >::Intersection::rank |
Rank of the process where the other grid is stored.
| YGrid<Coordinates> Dune::YGridList< Coordinates >::Intersection::yg |