Searched refs:DMTSGetI2Jacobian (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 669 PetscErrorCode DMTSGetI2Jacobian(DM dm, TSI2JacobianFn **jac, PetscCtxRt ctx) in DMTSGetI2Jacobian() function
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1493 PetscCall(DMTSGetI2Jacobian(dm, jac, ctx)); in TSGetI2Jacobian() 1608 PetscCall(DMTSGetI2Jacobian(dm, &I2Jacobian, &ctx)); in TSComputeI2Jacobian() 2559 PetscCall(DMTSGetI2Jacobian(dm, &i2jac, NULL)); in TSSetUp()
|
| /petsc/include/ |
| H A D | petscts.h | 848 PETSC_EXTERN PetscErrorCode DMTSGetI2Jacobian(DM, TSI2JacobianFn **, PetscCtxRt);
|