Searched refs:DMTSGetRHSFunction (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 217 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in SNESTSFormFunction_Pseudo()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 583 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeRHSJacobian() 641 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, &ctx)); in TSComputeRHSFunction() 809 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeIFunction() 954 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeIJacobian() 1274 PetscCall(DMTSGetRHSFunction(dm, func, ctx)); in TSGetRHSFunction() 1536 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeI2Function()
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 979 PetscErrorCode DMTSGetRHSFunction(DM dm, TSRHSFunctionFn **func, PetscCtxRt ctx) in DMTSGetRHSFunction() function
|
| /petsc/include/ |
| H A D | petscts.h | 833 PETSC_EXTERN PetscErrorCode DMTSGetRHSFunction(DM, TSRHSFunctionFn **, PetscCtxRt);
|
| /petsc/src/ts/impls/arkimex/ |
| H A D | arkimex.c | 419 PetscCall(DMTSGetRHSFunction(ts->dm, &func, NULL)); in TSHasRHSFunction()
|