Searched refs:DMTSGetRHSJacobian (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | ts.c | 584 PetscCall(DMTSGetRHSJacobian(dm, &rhsjacobianfunc, &ctx)); in TSComputeRHSJacobian() 907 PetscCall(DMTSGetRHSJacobian(dm, &rhsjacobian, NULL)); in TSComputeIJacobian() 1609 PetscCall(DMTSGetRHSJacobian(dm, &rhsjacobian, NULL)); in TSComputeI2Jacobian() 2560 PetscCall(DMTSGetRHSJacobian(dm, &rhsjac, NULL)); in TSSetUp() 4440 PetscCall(DMTSGetRHSJacobian(dm, func, ctx)); in TSGetRHSJacobian()
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 1211 PetscErrorCode DMTSGetRHSJacobian(DM dm, TSRHSJacobianFn **func, PetscCtxRt ctx) in DMTSGetRHSJacobian() function
|
| /petsc/src/ts/impls/rosw/ |
| H A D | rosw.c | 1489 PetscCall(DMTSGetRHSJacobian(dm, &rhsjacobian, NULL)); in TSSetUp_RosW()
|
| /petsc/include/ |
| H A D | petscts.h | 836 PETSC_EXTERN PetscErrorCode DMTSGetRHSJacobian(DM, TSRHSJacobianFn **, PetscCtxRt);
|