Skip to content

bulk::multi_partitioning::local_size

using multi_partitioning<D, G>::local_size;
virtual int local_size(int g, int u); // overload

Returns the local data space shape for a given processor (overload).

Parameters

  • g: the axis for which to compute the index
  • u: the gth component of the local multi rank

Return value

  • int: The gth component of the shape of the local data space.

See also