petsc-3.12.5 2020-03-29
PetscLayoutFindOwner
Find the owning rank for a global index
Synopsis
#include "petscis.h"
PETSC_STATIC_INLINE PetscErrorCode PetscLayoutFindOwner(PetscLayout map,PetscInt idx,PetscInt *owner)
Not Collective
Input Parameters
| map | - the layout
|
| idx | - global index to find the owner of
|
Output Parameter
owner -the owning rank
Fortran Notes
Not available from Fortran
Level
developer
Location
src/vec/is/is/../../../../include/petscis.h
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages