ISRestoreIndices
Restores an index set to a usable state after a call to ISGetIndices().
Synopsis
int ISRestoreIndices(IS is,int **ptr)
Not
Collective
Input Parameters
is | - the index set
|
ptr | - the pointer obtained by ISGetIndices()
|
Fortran Note
The Fortran interface is slightly different from that given below.
See the users manual and petsc/src/is/examples for details.
Keywords
IS, index set, restore, indices
See Also
ISGetIndices(), ISRestoreIndicesF90()
Examples
src/is/examples/tutorials/ex2f.F
src/is/examples/tutorials/ex1f.F
src/is/examples/tutorials/ex1.c
src/is/examples/tutorials/ex2.c
src/is/examples/tutorials/ex3.c
Location: src/is/interface/index.c
IS and DA Index
Table of Contents