Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/hybrid/
H A Dex1fd.c26 PetscErrorCode FWDRun(TS, Vec, void *);
281 PetscCall(FWDRun(ts, U, (void *)&app)); in main()
291 PetscCall(FWDRun(ts, U, (void *)&app)); in main()
302 PetscCall(FWDRun(ts, U, (void *)&app)); in main()
322 PetscErrorCode FWDRun(TS ts, Vec U0, PetscCtx ctx0) in FWDRun() function