bulk::cartesian_partitioning::global
using multi_partitioning<D, G>::global;
virtual int global(int g, int u, int i); // overload
Convert a local index to a global one (overload).
Parameters
g
: the axis for which to compute the indexu
: theg
th component of the local multi ranki
: theg
th component of the local index
Return value
int
: theg
th component of the global index