Home
last modified time | relevance | path

Searched refs:DMTSSetIJacobian (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/utils/
H A Ddmlocalts.c301 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts)); in DMTSSetIFunctionLocal()
369 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts)); in DMTSSetIJacobianLocal()
H A Ddmdats.c339 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMDA, dmdats)); in DMDATSSetIJacobianLocal()
H A Ddmts.c1013 PetscErrorCode DMTSSetIJacobian(DM dm, TSIJacobianFn *func, PetscCtx ctx) in DMTSSetIJacobian() function
/petsc/include/
H A Dpetscts.h841 PETSC_EXTERN PetscErrorCode DMTSSetIJacobian(DM, TSIJacobianFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1330 PetscCall(DMTSSetIJacobian(dm, f, ctx)); in TSSetIJacobian()