Home
last modified time | relevance | path

Searched refs:DMTSGetIJacobian (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/
H A Ddmts.c1096 PetscErrorCode DMTSGetIJacobian(DM dm, TSIJacobianFn **func, PetscCtxRt ctx) in DMTSGetIJacobian() function
/petsc/src/ts/interface/
H A Dts.c906 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 Dpetscts.h842 PETSC_EXTERN PetscErrorCode DMTSGetIJacobian(DM, TSIJacobianFn **, PetscCtxRt);