Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/ !
H A Dex7.c21 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 Dex12.c29 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 Dex52.c30 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()