Home
last modified time | relevance | path

Searched refs:TSSetIJacobianP (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex20adj.c290 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main()
299 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main()
H A Dex23fwdadj.c140 PetscCall(TSSetIJacobianP(ts, user.Jacp, IJacobianP, &user)); in main()
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c256 *ierr = TSSetIJacobianP(*ts, *A, ourijacobianp, NULL); in tssetijacobianp_()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi159 PetscErrorCode TSSetIJacobianP(PetscTS, PetscMat, PetscTSIJacobianPFunction, void*)
H A DTS.pyx914 petsc.TSSetIJacobianP
924 CHKERR(TSSetIJacobianP(self.ts, Jmat, TS_IJacobianP, <void*>context))
926 CHKERR(TSSetIJacobianP(self.ts, Jmat, NULL, NULL))
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c137 PetscErrorCode TSSetIJacobianP(TS ts, Mat Amat, PetscErrorCode (*func)(TS ts, PetscReal t, Vec U, V… in TSSetIJacobianP() function
/petsc/include/
H A Dpetscts.h283 PETSC_EXTERN PetscErrorCode TSSetIJacobianP(TS, Mat, PetscErrorCode (*)(TS, PetscReal, Vec, Vec, Pe…
/petsc/doc/manual/
H A Dts.md1179 TSSetIJacobianP(TS ts,Mat Amat,PetscErrorCode (*fp)(TS,PetscReal,Vec,Vec,PetscReal,Mat,PetscCtx),Pe…