#include "petscts.h" PetscErrorCode TSComputeIJacobianConstant(TS ts,PetscReal t,Vec X,Vec Xdot,PetscReal shift,Mat *A,Mat *B,MatStructure *flg,void *ctx)Collective on TS
ts | - time stepping context | |
t | - time at which to evaluate | |
X | - state at which to evaluate | |
Xdot | - time derivative of state vector | |
shift | - shift to apply | |
ctx | - context |
A | - pointer to operator | |
B | - pointer to preconditioning matrix | |
flg | - matrix structure flag |
Level:intermediate
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages