Home
last modified time | relevance | path

Searched refs:TSGetIJacobianP (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D323.md107 - v3.23.3: Add `TSGetIJacobianP()`
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c262 *ierr = TSGetIJacobianP(*ts, J, NULL, ctx); in tsgetijacobianp_()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c182 PetscErrorCode TSGetIJacobianP(TS ts, Mat *Amat, PetscErrorCode (**func)(TS ts, PetscReal t, Vec U,… in TSGetIJacobianP() function
/petsc/include/
H A Dpetscts.h284 PETSC_EXTERN PetscErrorCode TSGetIJacobianP(TS, Mat *, PetscErrorCode (**)(TS, PetscReal, Vec, Vec,…