Home
last modified time | relevance | path

Searched refs:TSMonitorSet (Results 1 – 25 of 64) sorted by relevance

123

/petsc/src/ts/interface/
H A Dts.c174 …PetscCall(TSMonitorSet(ts, TSMonitorLGCtxNetworkSolution, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtx… in TSSetFromOptions()
179 … PetscCall(TSMonitorSet(ts, TSMonitorLGSolution, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
190 PetscCall(TSMonitorSet(ts, TSMonitorLGError, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
201 … PetscCall(TSMonitorSet(ts, TSMonitorLGTimeStep, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
210 … PetscCall(TSMonitorSet(ts, TSMonitorLGTimeStep, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
221 …PetscCall(TSMonitorSet(ts, TSMonitorLGSNESIterations, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDest… in TSSetFromOptions()
230 …PetscCall(TSMonitorSet(ts, TSMonitorLGKSPIterations, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestr… in TSSetFromOptions()
239 PetscCall(TSMonitorSet(ts, TSMonitorSPEig, ctx, (PetscCtxDestroyFn *)TSMonitorSPEigCtxDestroy)); in TSSetFromOptions()
258 …PetscCall(TSMonitorSet(ts, TSMonitorSPSwarmSolution, ctx, (PetscCtxDestroyFn *)TSMonitorSPCtxDestr… in TSSetFromOptions()
285 …PetscCall(TSMonitorSet(ts, TSMonitorHGSwarmSolution, ctx, (PetscCtxDestroyFn *)TSMonitorHGCtxDestr… in TSSetFromOptions()
[all …]
/petsc/src/ts/tutorials/
H A Dex19.c199 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dextchem.c139 if (flg) PetscCall(TSMonitorSet(ts, MonitorMassConservation, NULL, NULL)); in main()
140 if (tflg) PetscCall(TSMonitorSet(ts, MonitorTempature, &user, NULL)); in main()
H A Dex16fwd.c194 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dex20.c170 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dex16.c232 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dex7.c73 PetscCall(TSMonitorSet(ts, MyTSMonitor, PETSC_VIEWER_STDOUT_WORLD, NULL)); in main()
H A Dex20fwd.c172 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dex24.c54 PetscCall(TSMonitorSet(ts, MonitorObjective, &ctx, NULL)); in main()
H A Dex12.c75 if (usemonitor) PetscCall(TSMonitorSet(ts, MyTSMonitor, 0, 0)); in main()
H A Dex5.c138 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main()
H A Dex6.c141 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main()
H A Dex4.c168 PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main()
H A Dex2.c137 if (mymonitor) PetscCall(TSMonitorSet(ts, Monitor, &appctx, NULL)); in main()
H A Dex52.c328 PetscCall(TSMonitorSet(ts, MyTSMonitor, PETSC_VIEWER_STDOUT_WORLD, NULL)); in main()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex1.c160 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c285 …*ierr = TSMonitorSet(*ts, (PetscErrorCode (*)(TS, PetscInt, PetscReal, Vec, void *))TSMonitorDefau… in tsmonitorset_()
289 *ierr = TSMonitorSet(*ts, ourmonitor, *ts, ourmonitordestroy); in tsmonitorset_()
/petsc/src/ts/tests/
H A Dex17.c140 PetscCall(TSMonitorSet(ts, Monitor, results[i], NULL)); in main()
H A Dex28.c506 PetscCall(TSMonitorSet(ts, HGMonitor, &user, NULL)); in main()
511 PetscCall(TSMonitorSet(ts, SPMonitor, &user, NULL)); in main()
516 PetscCall(TSMonitorSet(ts, KSConv, &user, NULL)); in main()
H A Dex2.c68 PetscCall(TSMonitorSet(ts, Monitor, NULL, NULL)); in main()
/petsc/src/ts/tutorials/autodiff/
H A Dex16adj.cxx249 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
H A Dex16adj_tl.cxx259 if (monitor) PetscCall(TSMonitorSet(ts, Monitor, &user, NULL)); in main()
/petsc/src/ts/event/tests/
H A Dex1.c59 PetscCall(TSMonitorSet(ts, Monitor, NULL, NULL)); in main()
/petsc/src/ts/tutorials/hybrid/
H A Dex1fwd.c300 PetscCall(TSMonitorSet(ts, MyMonitor, &app, NULL)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c394 PetscCall(TSMonitorSet(ts, Monitor, ctx, NULL)); in main()
428 PetscCall(TSMonitorSet(ts_nrl, Monitor_nrl, ctx, NULL)); in main()

123