Searched refs:FVRHSFunctionslow (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 187 PetscErrorCode FVRHSFunctionslow(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow() function 722 PetscCall(TSRHSSplitSetRHSFunction(ts, "slow", NULL, FVRHSFunctionslow, &ctx)); in main()
|
| H A D | ex7.c | 318 static PetscErrorCode FVRHSFunctionslow(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow() function 750 PetscCall(TSRHSSplitSetRHSFunction(ts, "slow", NULL, FVRHSFunctionslow, &ctx)); in main()
|