Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/phasefield/
H A Dheat.c34 …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 Dbiharmonic.c51 …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 Dex1fwd.c29 PetscErrorCode MyMonitor(TS ts, PetscInt stepnum, PetscReal time, Vec U, PetscCtx ctx) in MyMonitor() function
300 PetscCall(TSMonitorSet(ts, MyMonitor, &app, NULL)); in main()