petsc-3.3-p7 2013-05-11
MatFDColoringDestroy
Destroys a matrix coloring context that was created via MatFDColoringCreate().
Synopsis
#include "petscmat.h"
PetscErrorCode 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/mat/examples/tutorials/ex16.c.html
src/snes/examples/tutorials/ex14.c.html
src/snes/examples/tutorials/ex45.c.html
src/ts/examples/tutorials/ex7.c.html
src/ts/examples/tutorials/ex10.c.html
src/ts/examples/tutorials/ex12.c.html
src/ts/examples/tutorials/ex13.c.html
src/ts/examples/tutorials/ex15.c.html
src/ts/examples/tutorials/ex17.c.html
src/ts/examples/tutorials/ex26.c.html