MatFDColoringDestroy

Destroys a matrix coloring context that was created via MatFDColoringCreate().

Synopsis

#include "petscmat.h" 
int MatFDColoringDestroy(MatFDColoring c)
Collective on MatFDColoring

Input Parameter

c -coloring context

See Also

MatFDColoringCreate()

Level:intermediate
Location:
src/mat/matfd/fdmatrix.c
Index of all MatFD routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex4.c
src/snes/examples/tutorials/ex5c.c
src/snes/examples/tutorials/ex7.c
src/snes/examples/tutorials/ex8.c
src/snes/examples/tutorials/ex9.c
src/snes/examples/tutorials/ex4f.F