KSPLGTrueMonitorCreate
Creates a line graph context for use with KSP to monitor convergence of true residual norms (as opposed to preconditioned residual norms).
Synopsis
int KSPLGTrueMonitorCreate(MPI_Comm comm,char *host,char *label,int x,int y,int m,
int n, DrawLG *draw)
Collective on
KSP
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
-ksp_xtruemonitor -Sets true line graph monitor
Notes
Use KSPLGTrueMonitorDestroy() to destroy this line graph,
notDrawLGDestroy().
Keywords
KSP, monitor, line graph, residual, create, true
See Also
KSPLGMonitorDestroy(), KSPSetMonitor(), KSPDefaultMonitor()
Location: src/ksp/interface/xmon.c
KSP Index
Table of Contents