dune-grid 2.9.0
|
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. More... | |
int | rank |
Rank of the process where the other grid is stored. More... | |
int | distance |
Manhattan distance to the other grid. More... | |
YGrid< Coordinates > | yg |
a YGrid stub, that acts wraps above YGrid Component and handels the index offset More... | |
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 |