#include "petscda.h" #include "petscmg.h" int SNESDAComputeJacobianWithAdic(SNES snes,Vec X,Mat *J,Mat *B,MatStructure *flag,void *ptr)Collective on SNES
snes | - the SNES context | |
X | - input vector | |
J | - Jacobian | |
B | - Jacobian used in preconditioner (usally same as J) | |
flag | - indicates if the matrix changed its structure | |
ptr | - optional user-defined context, as set by SNESSetFunction() |
Level:intermediate
Location:src/snes/utils/damgsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages