KSPClearMonitor

Clears all monitors for a KSP object.

Synopsis

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()

Location: src/ksp/interface/itfunc.c
KSP Index
Table of Contents