:orphan: # ISRestorePointRange Destroys the traversal description created with `ISGetPointRange()` ## Synopsis ``` #include "petscis.h" PetscErrorCode ISRestorePointRange(IS pointIS, PetscInt *pStart, PetscInt *pEnd, const PetscInt **points) ``` Not Collective ## Input Parameters - ***pointIS -*** The `IS` object - ***pStart -*** The first index, from `ISGetPointRange()` - ***pEnd -*** One past the last index, from `ISGetPointRange()` - ***points -*** The indices, from `ISGetPointRange()` ## See Also [](sec_scatter), `IS`, `ISGetPointRange()`, `ISGetPointSubrange()`, `ISGetIndices()`, `ISCreateStride()` ## Level intermediate ## Location src/vec/is/utils/isltog.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/isltog.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)