Searched refs:MyMonitor (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | heat.c | 34 …ction(TS, PetscReal, Vec, Vec, PetscCtx), FormInitialSolution(DM, Vec), MyMonitor(TS, PetscInt, Pe… 106 PetscCall(TSMonitorSet(ts, MyMonitor, &ctx, MyDestroy)); in main() 274 PetscErrorCode MyMonitor(TS ts, PetscInt step, PetscReal time, Vec U, PetscCtx Ctx) in MyMonitor() function
|
| H A D | biharmonic.c | 51 …unction(TS, PetscReal, Vec, Vec, void *), FormInitialSolution(DM, Vec), MyMonitor(TS, PetscInt, Pe… 157 PetscCall(TSMonitorSet(ts, MyMonitor, &ctx, MyDestroy)); in main() 456 PetscErrorCode MyMonitor(TS ts, PetscInt step, PetscReal time, Vec U, void *ptr) in MyMonitor() function
|
| /petsc/src/ts/tutorials/hybrid/ |
| H A D | ex1fwd.c | 29 PetscErrorCode MyMonitor(TS ts, PetscInt stepnum, PetscReal time, Vec U, PetscCtx ctx) in MyMonitor() function 300 PetscCall(TSMonitorSet(ts, MyMonitor, &app, NULL)); in main()
|