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