#include "petscts.h" PetscErrorCode TSComputeRHSJacobian(TS ts,PetscReal t,Vec U,Mat A,Mat B)Collective on TS and Vec
ts | - the TS context | |
t | - current timestep | |
U | - input vector |
A | - Jacobian matrix | |
B | - optional preconditioning matrix | |
flag | - flag indicating matrix structure |
See KSPSetOperators() for important information about setting the flag parameter.
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