#include "petscsnes.h" #include "gsolver.h" int GSNESEvaluateJacobian(GSNES snes, GVec x, GMat *J, GMat *M, MatStructure *flag, PetscObject ctx)Collective on GSNES
snes | - The grid SNES | |
x | - The current iterate | |
flag | - The matrix structure flag | |
ctx | - The optional user context |
J | - The Jacobian matrix | |
M | - The preconditioner for the Jacobian matrix, usually the same as J |
Level:advanced
Location:src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages