#include "petscts.h" PetscErrorCode SNESTSFormJacobian(SNES snes,Vec U,Mat A,Mat B,void *ctx)Collective on SNES Many br
snes | - nonlinear solver Many br | |
U | - the current state at which to evaluate the residual Many br | |
ctx | - user context, must be a TS Many br |
A | - the Jacobian Many br | |
B | - the preconditioning matrix (may be the same as A) Many br | |
flag | - indicates any structure change in the matrix Many br |
Many br
Level:developer
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages