petsc-3.13.6 2020-09-29
PetscOptionsMonitorCancel
Clears all monitors for a PetscOptions object.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscOptionsMonitorCancel(void)
Not Collective
Options Database Key
-options_monitor_cancel -Cancels all monitors that have
been hardwired into a code by calls to PetscOptionsMonitorSet(),
but does not cancel those set via the options database.
See Also
PetscOptionsMonitorDefault(), PetscOptionsMonitorSet()
Level
intermediate
Location
src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages