Searched refs:DMTSSetIJacobian (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmlocalts.c | 301 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts)); in DMTSSetIFunctionLocal() 369 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMLocal, dmlocalts)); in DMTSSetIJacobianLocal()
|
| H A D | dmdats.c | 339 PetscCall(DMTSSetIJacobian(dm, TSComputeIJacobian_DMDA, dmdats)); in DMDATSSetIJacobianLocal()
|
| H A D | dmts.c | 1013 PetscErrorCode DMTSSetIJacobian(DM dm, TSIJacobianFn *func, PetscCtx ctx) in DMTSSetIJacobian() function
|
| /petsc/include/ |
| H A D | petscts.h | 841 PETSC_EXTERN PetscErrorCode DMTSSetIJacobian(DM, TSIJacobianFn *, PetscCtx);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1330 PetscCall(DMTSSetIJacobian(dm, f, ctx)); in TSSetIJacobian()
|