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