TSRHSJacobian#
A prototype of a TS
right-hand-side Jacobian evaluation function that would be passed to TSSetRHSJacobian()
Synopsis#
#include <petscts.h>
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode (*TSRHSJacobian)(TS ts, PetscReal t, Vec u, Mat Amat, Mat Pmat, void *ctx);
Calling Sequence#
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetRHSJacobian()
, DMTSSetRHSJacobian()
, TSRHSFunction()
,
TSIFunction()
, TSIJacobian()
Level#
beginner
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages