TSSetRHSJacobianP#
Sets the function that computes the Jacobian of G w.r.t. the parameters P where U_t = G(U,P,t), as well as the location to store the matrix.
Synopsis#
#include <petscts.h>
PetscErrorCode TSSetRHSJacobianP(TS ts, Mat Amat, TSRHSJacobianPFn *func, void *ctx)
Logically Collective
Input Parameters#
Note#
Amat
has the same number of rows and the same row parallel layout as u
, Amat
has the same number of columns and parallel layout as p
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSRHSJacobianPFn
, TSGetRHSJacobianP()
Level#
intermediate
Location#
Examples#
src/ts/tutorials/ex20td.c
src/ts/tutorials/ex20adj.c
src/ts/tutorials/ex20fwd.c
src/ts/tutorials/ex16fwd.c
src/ts/tutorials/ex20opt_p.c
Index of all Sensitivity routines
Table of Contents for all manual pages
Index of all manual pages