dune-grid  2.3.1
Public Attributes | List of all members
Dune::YaspGrid< dim >::Intersection Struct Reference

#include <dune/grid/yaspgrid.hh>

Public Attributes

SubYGrid< dim, ctypegrid
 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...
 

Member Data Documentation

template<int dim>
int Dune::YaspGrid< dim >::Intersection::distance

Manhattan distance to the other grid.

Referenced by Dune::YaspGrid< dim >::intersections().

template<int dim>
SubYGrid<dim,ctype> Dune::YaspGrid< dim >::Intersection::grid

The intersection as a subgrid of the local grid.

Referenced by Dune::YaspGrid< dim >::intersections().

template<int dim>
int Dune::YaspGrid< dim >::Intersection::rank

Rank of the process where the other grid is stored.

Referenced by Dune::YaspGrid< dim >::intersections().


The documentation for this struct was generated from the following file: