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. | |
int | rank |
Rank of the process where the other grid is stored. | |
int | distance |
Manhattan distance to the other grid. |
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().