TSMonitorWallClockTimeSetUp#

Setup routine passed to TSMonitorSetFromOptions() when using -ts_monitor_wall_clock_time

Synopsis#

#include "petscts.h"  
PetscErrorCode TSMonitorWallClockTimeSetUp(TS ts, PetscViewerAndFormat *vf)

Input Parameters#

  • ts - the TS context

  • vf - the viewer and format

Note#

This is not called directly by users, rather one calls TSMonitorSetFromOptions(), with TSMonitorWallClockTime() and this function as arguments, to cause the monitor to be used during the TS integration.

See Also#

TS: Scalable ODE and DAE Solvers, TSMonitorSet()

Level#

intermediate

Location#

src/ts/interface/tsmon.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages