Home
last modified time | relevance | path

Searched refs:TSGetI2Jacobian (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex44.c167 PetscCall(TSGetI2Jacobian(ts, &J, NULL, NULL, NULL)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi165 … PetscErrorCode TSGetI2Jacobian(PetscTS, PetscMat*, PetscMat*, PetscTSI2JacobianFunction*, void**)
H A DTS.pyx1242 petsc.TSGetI2Jacobian
1246 CHKERR(TSGetI2Jacobian(self.ts, &J.mat, &P.mat, NULL, NULL))
/petsc/include/
H A Dpetscts.h761 PETSC_EXTERN PetscErrorCode TSGetI2Jacobian(TS, Mat *, Mat *, TSI2JacobianFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c1483 PetscErrorCode TSGetI2Jacobian(TS ts, Mat *J, Mat *P, TSI2JacobianFn **jac, PetscCtxRt ctx) in TSGetI2Jacobian() function