:orphan:
# PetscLayoutGetRanges
gets the ranges of values owned by all processes 
## Synopsis
```
#include "petscis.h" 
PetscErrorCode PetscLayoutGetRanges(PetscLayout map, const PetscInt *range[])
```
Not Collective


## Input Parameter

- ***map -*** pointer to the map



## Output Parameter

- ***range -*** start of each processors range of indices (the final entry is one more than the
last index on the last process)





## Note
Call this after the call to `PetscLayoutSetUp()`


## Fortran Note
In Fortran, use PetscLayoutGetRangesF90()


## See Also
 [PetscLayout](sec_matlayout), `PetscLayoutCreate()`, `PetscLayoutSetLocalSize()`, `PetscLayoutGetLocalSize()`, `PetscLayoutSetSize()`,
`PetscLayoutGetSize()`, `PetscLayoutGetRange()`, `PetscLayoutSetBlockSize()`, `PetscLayoutGetSize()`, `PetscLayoutSetUp()`

## Level
developer

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/utils/pmap.c.html#PetscLayoutGetRanges">src/vec/is/utils/pmap.c</A>


---
[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)  
