Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c592 PetscErrorCode DMTSSetI2Jacobian(DM dm, TSI2JacobianFn *jac, PetscCtx ctx) in DMTSSetI2Jacobian() function
/petsc/include/
H A Dpetscts.h847 PETSC_EXTERN PetscErrorCode DMTSSetI2Jacobian(DM, TSI2JacobianFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1458 PetscCall(DMTSSetI2Jacobian(dm, jac, ctx)); in TSSetI2Jacobian()