#include "petscmat.h" PetscErrorCode MatFDColoringApply(Mat J,MatFDColoring coloring,Vec x1,void *sctx)Collective on MatFDColoring Many br
mat | - location to store Jacobian Many br | |
coloring | - coloring context created with MatFDColoringCreate() Many br | |
x1 | - location at which Jacobian is to be computed Many br | |
sctx | - context required by function, if this is being used with the SNES solver then it is SNES object, otherwise it is null Many br |
-mat_fd_type | - "wp" or "ds" (see MATMFFD_WP or MATMFFD_DS) Many br | |
-mat_fd_coloring_view | - Activates basic viewing or coloring Many br | |
-mat_fd_coloring_view draw | - Activates drawing of coloring Many br | |
-mat_fd_coloring_view ::ascii_info | - Activates viewing of coloring info Many br |
Many br
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