:orphan: # PetscSectionGetOffsetRange Return the full range of offsets [`start`, `end`) for a `PetscSection` ## Synopsis ``` #include "petscsection.h" PetscErrorCode PetscSectionGetOffsetRange(PetscSection s, PetscInt *start, PetscInt *end) ``` Not Collective ## Input Parameter - ***s -*** the `PetscSection` ## Output Parameters - ***start -*** the minimum offset - ***end -*** one more than the maximum offset ## See Also [PetscSection](sec_petscsection), `PetscSection`, `PetscSectionGetOffset()`, `PetscSectionCreate()` ## Level intermediate ## Location src/vec/is/section/interface/section.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)