petsc-3.3-p7 2013-05-11

PetscLayoutFindOwner

Find the owning rank for a global index

Synopsis

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/vec/../../../include/petsc-private/vecimpl.h
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages