:orphan: # PetscLayoutGetRange gets the range of values owned by this process ## Synopsis ``` #include "petscis.h" PetscErrorCode PetscLayoutGetRange(PetscLayout map, PetscInt *rstart, PetscInt *rend) ``` Not Collective ## Input Parameter - ***map -*** pointer to the map ## Output Parameters - ***rstart -*** first index owned by this process - ***rend -*** one more than the last index owned by this process ## Note Call this after the call to `PetscLayoutSetUp()` ## See Also [PetscLayout](sec_matlayout), `PetscLayoutCreate()`, `PetscLayoutSetLocalSize()`, `PetscLayoutGetLocalSize()`, `PetscLayoutSetSize()`, `PetscLayoutGetSize()`, `PetscLayoutGetRanges()`, `PetscLayoutSetBlockSize()`, `PetscLayoutGetSize()`, `PetscLayoutSetUp()` ## Level developer ## Location src/vec/is/utils/pmap.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/pmap.c) [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)