GLAC
1.0
|
Class for storing the nearest closest neighbours of a processors. More...
#include <neighbourlist.h>
Class for storing the nearest closest neighbours of a processors.
Stores a static int array of 8 elements, since there is a neighbour in each x, y, z and t direction.
Neighbour list values defined as: 0: x-1 | 1: x+1 2: y-1 | 3: y+1 4: z-1 | 5: z+1 6: t-1 | 7: t+1