Skip to content

bulk::cartesian_partitioning::owner

using multi_partitioning<D, G>::owner;
virtual int owner(int g, int i);

Returns the rank of the processor that owns the element at a given index.

Parameters

  • g: the axis for which to compute the index
  • i: the gth component of the local index

Return value

  • int: the gth component of the multi rank of the owner

See also