Searched refs:DMTSGetIJacobian (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 1096 PetscErrorCode DMTSGetIJacobian(DM dm, TSIJacobianFn **func, PetscCtxRt ctx) in DMTSGetIJacobian() function
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 906 PetscCall(DMTSGetIJacobian(dm, &ijacobian, &ctx)); in TSComputeIJacobian() 1158 PetscCall(DMTSGetIJacobian(dm, &ijacobian, NULL)); in TSSetRHSJacobian() 2558 PetscCall(DMTSGetIJacobian(dm, &ijac, NULL)); in TSSetUp() 4477 PetscCall(DMTSGetIJacobian(dm, f, ctx)); in TSGetIJacobian()
|
| /petsc/include/ |
| H A D | petscts.h | 842 PETSC_EXTERN PetscErrorCode DMTSGetIJacobian(DM, TSIJacobianFn **, PetscCtxRt);
|