:orphan: # ISRestoreTotalIndices Restore the index array obtained with `ISGetTotalIndices()`. ## Synopsis ``` #include "petscis.h" PetscErrorCode ISRestoreTotalIndices(IS is, const PetscInt *indices[]) ``` Not Collective. ## Input Parameters - ***is -*** the index set - ***indices -*** index array; must be the array obtained with `ISGetTotalIndices()` ## See Also `IS`, `ISRestoreTotalIndices()`, `ISGetNonlocalIndices()` ## Level intermediate ## Location src/vec/is/is/interface/index.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/is/interface/index.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)