#include "petscmat.h" PetscErrorCode MatFDColoringCreate(Mat mat,ISColoring iscoloring,MatFDColoring *color)Collective on Mat
mat | - the matrix containing the nonzero structure of the Jacobian | |
iscoloring | - the coloring of the matrix; usually obtained with MatColoringCreate() or DMCreateColoring() |