:orphan:
# PetscSectionGetChart
Returns the range [`pStart`, `pEnd`) in which points (indices) lie for this `PetscSection` on this MPI process
## Synopsis
```
#include "petscsection.h"
PetscErrorCode PetscSectionGetChart(PetscSection s, PetscInt *pStart, PetscInt *pEnd)
```
Not Collective
## Input Parameter
- ***s -*** the `PetscSection`
## Output Parameters
- ***pStart -*** the first point
- ***pEnd -*** one past the last point
## See Also
[PetscSection](sec_petscsection), `PetscSection`, `PetscSectionSetChart()`, `PetscSectionCreate()`
## Level
intermediate
## Location
src/vec/is/section/interface/section.c
## Examples
src/ts/tutorials/ex18.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/section/interface/section.c)
[Index of all PetscSection routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)