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
contextvf - 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#
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages