ISColoringDestroy
Destroys a coloring context.
Synopsis
#include "petscsys.h"
#include "petscis.h"
int ISColoringDestroy(ISColoring iscoloring)
Collective on ISColoring
Input Parameter
iscoloring -the coloring context
See Also
ISColoringView(), MatGetColoring()
Level:advanced
Location:src/vec/is/utils/iscoloring.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex5s.c.html
src/snes/examples/tutorials/ex14.c.html
src/snes/examples/tutorials/ex24.c.html
src/snes/examples/tutorials/ex26.c.html
src/snes/examples/tutorials/ex5f.F.html
src/ts/examples/tutorials/ex7.c.html