petsc-3.12.5 2020-03-29
Report Typos and Errors

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.

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