Searched refs:FWDRun (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1fd.c | 26 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
|