36 const int nx = numberOfProcessors.
x;
37 const int ny = numberOfProcessors.
y;
38 const int nz = numberOfProcessors.
z;
65 return x + y * nx + z * nx *
ny;
T z
Definition: vec3.hpp:28
int getRankIndex(const ivec3 &coordinate, const ivec3 &numberOfProcessors)
Definition: rank_index.hpp:31
size_t nx
Definition: VolumeFactory.cpp:87
size_t ny
Definition: VolumeFactory.cpp:88
size_t nz
Definition: VolumeFactory.cpp:89
T y
Definition: vec3.hpp:27
Various utility functions to implement the tecno flux.
Definition: types.hpp:30
T x
Definition: vec3.hpp:26