KSPClearMonitor
Clears all monitors for a KSP object.
Synopsis
#include "petscksp.h"
int KSPClearMonitor(KSP ksp)
Collective on KSP
Input Parameters
ksp -iterative context obtained from KSPCreate()
Options Database Key
-ksp_cancelmonitors -Cancels all monitors that have
been hardwired into a code by calls to KSPSetMonitor(),
but does not cancel those set via the options database.
Keywords
KSP, set, monitor
See Also
KSPDefaultMonitor(), KSPLGMonitorCreate(), KSPSetMonitor()
Level:intermediate
Location:src/sles/ksp/interface/itfunc.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages