petsc-3.9.4 2018-09-11
KSPMonitorCancel
Clears all monitors for a KSP object.
Synopsis
#include "petscksp.h"
PetscErrorCode KSPMonitorCancel(KSP ksp)
Logically Collective on KSP
Input Parameters
ksp -iterative context obtained from KSPCreate()
Options Database Key
-ksp_monitor_cancel -Cancels all monitors that have
been hardwired into a code by calls to KSPMonitorSet(),
but does not cancel those set via the options database.
Keywords
set, monitor
See Also
KSPMonitorDefault(), KSPMonitorLGResidualNormCreate(), KSPMonitorSet(), KSP
Level
intermediate
Location
src/ksp/ksp/interface/itfunc.c
Examples
src/snes/examples/tutorials/ex30.c.html
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages