TSRHSJacobianFn#
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(TSRHSJacobianFn)(TS ts, PetscReal t, Vec u, Mat Amat, Mat Pmat, void *ctx);
Calling Sequence#
Note#
The deprecated TSRHSJacobian
still works as a replacement for TSRHSJacobianFn
*.
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetRHSJacobian()
, DMTSSetRHSJacobian()
, TSRHSFunctionFn
,
TSIFunctionFn
, TSIJacobianFn
Level#
beginner
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages