|
dune-grid
2.3.1
|
#include <dune/grid/yaspgrid.hh>
Public Attributes | |
| SubYGrid< dim, ctype > | 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... | |
| int Dune::YaspGrid< dim >::Intersection::distance |
Manhattan distance to the other grid.
Referenced by Dune::YaspGrid< dim >::intersections().
| SubYGrid<dim,ctype> Dune::YaspGrid< dim >::Intersection::grid |
The intersection as a subgrid of the local grid.
Referenced by Dune::YaspGrid< dim >::intersections().
| int Dune::YaspGrid< dim >::Intersection::rank |
Rank of the process where the other grid is stored.
Referenced by Dune::YaspGrid< dim >::intersections().
1.8.7