Home
last modified time | relevance | path

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

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