ISRestoreIndices#
Restores an index set to a usable state after a call to ISGetIndices()
.
Synopsis#
#include "petscis.h"
PetscErrorCode ISRestoreIndices(IS is, const PetscInt *ptr[])
Not Collective
Input Parameters#
is - the index set
ptr - the pointer obtained by
ISGetIndices()
Fortran Notes#
ISRestoreIndices()
Fortran binding is deprecated (since PETSc 3.19), use ISRestoreIndicesF90()
See Also#
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex11_sa.c
src/dm/tutorials/swarm_ex3.c
src/ts/tutorials/ex53.c
src/dm/tutorials/ex22.c
src/dm/impls/plex/tutorials/ex8.c
src/dm/impls/plex/tutorials/ex10.c
src/ts/tutorials/ex30.c
src/vec/is/is/tutorials/ex1.c
src/vec/is/is/tutorials/ex2.c
src/vec/vec/utils/tagger/tutorials/ex1.c
Implementations#
ISRestoreIndices_Block() in src/vec/is/is/impls/block/block.c
ISRestoreIndices_General() in src/vec/is/is/impls/general/general.c
ISRestoreIndices_Stride() in src/vec/is/is/impls/stride/stride.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages