#include "petscksp.h" #include "petscmat.h" PetscErrorCode KSPMonitorCancel(KSP ksp)Logically Collective on ksp
ksp | - iterative context obtained from KSPCreate() |
-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. |