mpi_array.distribution.GlobaleExtent.calc_intersection

GlobaleExtent.calc_intersection(other)

Returns the indexing extent which is the intersection of this extent with the other extent.

Parameters:other (IndexingExtent) – Perform intersection calculation using this extent.
Return type:IndexingExtent
Returns:None if the extents do not intersect, otherwise returns the extent of overlapping indices.