Searched refs:MyTSMonitor (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex7.c | 21 extern PetscErrorCode MyTSMonitor(TS, PetscInt, PetscReal, Vec, void *); 73 PetscCall(TSMonitorSet(ts, MyTSMonitor, PETSC_VIEWER_STDOUT_WORLD, NULL)); in main() 232 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor() function
|
| H A D | ex12.c | 29 extern PetscErrorCode MyTSMonitor(TS, PetscInt, PetscReal, Vec, void *); 75 if (usemonitor) PetscCall(TSMonitorSet(ts, MyTSMonitor, 0, 0)); in main() 247 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor() function
|
| H A D | ex52.c | 30 extern PetscErrorCode MyTSMonitor(TS, PetscInt, PetscReal, Vec, void *); 102 PetscErrorCode MyTSMonitor(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscCtx ctx) in MyTSMonitor() function 328 PetscCall(TSMonitorSet(ts, MyTSMonitor, PETSC_VIEWER_STDOUT_WORLD, NULL)); in main()
|