PetscMapGetLocalRange

Gets the local ownership range for this procesor.

Synopsis

#include "petscvec.h" 
int PetscMapGetLocalRange(PetscMap m,int *rstart,int *rend)
Not Collective

Input Parameter

m -the map object

Output Parameter

rstart - the first local index
rend - the last local index + 1

See Also

PetscMapGetLocalSize(), PetscMapGetGlobalRange()

Level:developer
Location:
src/vec/interface/map.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages