GLAC
1.0
|
#include <neighbourlist.h>
Public Member Functions | |
NeighbourList () | |
~NeighbourList () | |
void | print () |
NeighbourList::print prints the geometry of a single processor. More... | |
int & | operator [] (int i) |
operator [] overloaded list accessing tool. More... | |
Data Fields | |
int | list [8] |
Neighbour list. More... | |
int | rank |
Rank of processor holding NeighbourList. More... | |
NeighbourList::NeighbourList | ( | ) |
NeighbourList::~NeighbourList | ( | ) |
|
inline |
operator [] overloaded list accessing tool.
i | direction to look up. |
void NeighbourList::print | ( | ) |
NeighbourList::print prints the geometry of a single processor.
Usefull for debugging.
int NeighbourList::list[8] |
Neighbour list.
int NeighbourList::rank |
Rank of processor holding NeighbourList.