Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex3fastslowsplit.c51 static PetscErrorCode IFunctionfast(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, AppCtx *ctx) in IFunctionfast() function
175 PetscCall(TSRHSSplitSetIFunction(ts, "fast", NULL, (TSIFunctionFn *)IFunctionfast, &ctx)); in main()