MapGetLocalRange

Gets the local ownership range for this procesor.

Synopsis

#include "petscvec.h" 
int MapGetLocalRange(Map 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

MapGetLocalSize(), MapGetGlobalRange()

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