ISDestroy
Destroys an index set.
Synopsis
#include "petscis.h"
int ISDestroy(IS is)
Collective on IS
Input Parameters
is -the index set
See Also
ISCreateGeneral(), ISCreateStride(), ISCreateBlocked()
Level:beginner
Location:src/vec/is/interface/index.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/is/examples/tutorials/ex1.c
src/vec/is/examples/tutorials/ex2.c
src/vec/is/examples/tutorials/ex3.c
src/vec/is/examples/tutorials/ex1f.F
src/vec/is/examples/tutorials/ex2f.F
src/vec/is/examples/tutorials/ex1f90.F
src/vec/is/examples/tutorials/ex3f90.F
src/mat/examples/tutorials/ex1.c
src/sles/examples/tutorials/ex3.c
src/sles/examples/tutorials/ex8.c
src/dm/ao/examples/tutorials/ex2.c