TSLGMonitorCreate
Creates a line graph context for use with TS to monitor convergence of preconditioned residual norms.
Synopsis
int TSLGMonitorCreate(char *host,char *label,int x,int y,int m,
int n, DrawLG *draw)
Collective on
TS
Input Parameters
host | - the X display to open, or null for the local machine
|
label | - the title to put in the title bar
|
x, y | - the screen coordinates of the upper left coordinate of
the window
|
m, n | - the screen width and height in pixels
|
Output Parameter
draw -the drawing context
Options Database Key
-ts_xmonitor -automatically sets line graph monitor
Notes
Use TSLGMonitorDestroy() to destroy this line graph, not DrawLGDestroy().
Keywords
TS, monitor, line graph, residual, create
See Also
TSLGMonitorDestroy(), TSSetMonitor()
Location: src/ts/interface/ts.c
Time Stepping
Table of Contents