Searched refs:TSGetI2Jacobian (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex44.c | 167 PetscCall(TSGetI2Jacobian(ts, &J, NULL, NULL, NULL)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 165 … PetscErrorCode TSGetI2Jacobian(PetscTS, PetscMat*, PetscMat*, PetscTSI2JacobianFunction*, void**)
|
| H A D | TS.pyx | 1242 petsc.TSGetI2Jacobian 1246 CHKERR(TSGetI2Jacobian(self.ts, &J.mat, &P.mat, NULL, NULL))
|
| /petsc/include/ |
| H A D | petscts.h | 761 PETSC_EXTERN PetscErrorCode TSGetI2Jacobian(TS, Mat *, Mat *, TSI2JacobianFn **, PetscCtxRt);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1483 PetscErrorCode TSGetI2Jacobian(TS ts, Mat *J, Mat *P, TSI2JacobianFn **jac, PetscCtxRt ctx) in TSGetI2Jacobian() function
|