Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex5.c508 PetscErrorCode FVRHSFunctionfast2(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast2() function
743 PetscCall(TSRHSSplitSetRHSFunction(subts, "fast", NULL, FVRHSFunctionfast2, &ctx)); in main()