dune-grid 2.9.0
Public Attributes | List of all members
Dune::YGridList< Coordinates >::Intersection Struct Reference

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...
 

Detailed Description

template<class Coordinates>
struct Dune::YGridList< Coordinates >::Intersection

type describing an intersection with a neighboring processor

Member Data Documentation

◆ distance

template<class Coordinates >
int Dune::YGridList< Coordinates >::Intersection::distance

Manhattan distance to the other grid.

◆ grid

template<class Coordinates >
YGridComponent<Coordinates> Dune::YGridList< Coordinates >::Intersection::grid

The intersection as a subgrid of the local grid.

◆ rank

template<class Coordinates >
int Dune::YGridList< Coordinates >::Intersection::rank

Rank of the process where the other grid is stored.

◆ yg

template<class Coordinates >
YGrid<Coordinates> Dune::YGridList< Coordinates >::Intersection::yg

a YGrid stub, that acts wraps above YGrid Component and handels the index offset


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