Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c669 PetscErrorCode DMTSGetI2Jacobian(DM dm, TSI2JacobianFn **jac, PetscCtxRt ctx) in DMTSGetI2Jacobian() function
/petsc/src/ts/interface/
H A Dts.c1493 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 Dpetscts.h848 PETSC_EXTERN PetscErrorCode DMTSGetI2Jacobian(DM, TSI2JacobianFn **, PetscCtxRt);