:orphan:
# PetscLayoutFindOwnerIndex
Find the owning MPI rank and the local index on that rank for a global index 
## Synopsis
```
#include "petscis.h" 
static inline PetscErrorCode PetscLayoutFindOwnerIndex(PetscLayout map, PetscInt idx, PetscMPIInt *owner, PetscInt *lidx)
```
Not Collective; No Fortran Support


## Input Parameters

- ***map   -*** the layout
- ***idx   -*** global index to find the owner of



## Output Parameters

- ***owner -*** the owning rank
- ***lidx  -*** local index used by the owner for `idx`





## See Also
 `PetscLayout`, `PetscLayoutFindOwner()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscis.h.html#PetscLayoutFindOwnerIndex">include/petscis.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscis.h)


[Index of all IS routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
