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: thegth component of the global index
Return value
int: thegth component of the local index