Home
last modified time | relevance | path

Searched refs:FVRHSFunctionslow (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dex5.c187 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 Dex7.c318 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()