PetscLayoutFindOwner#
Find the owning MPI process for a global index
Synopsis#
#include "petscis.h" 
PetscErrorCode PetscLayoutFindOwner(PetscLayout map, PetscInt idx, PetscMPIInt *owner)
Not Collective; No Fortran Support
Input Parameters#
- map - the layout 
- idx - global index to find the owner of 
Output Parameter#
- owner - the owning rank 
See Also#
Level#
developer
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages