PetscOptionsClearMonitor

Clears all monitors for a PetscOptions object.

Synopsis

#include "petsc.h"   
PetscErrorCode PETSC_DLLEXPORT PetscOptionsClearMonitor()
Not collective

Options Database Key

-options_cancelmonitors -Cancels all monitors that have been hardwired into a code by calls to PetscOptionsSetMonitor(), but does not cancel those set via the options database.

Keywords

PetscOptions, set, monitor

See Also

PetscOptionsDefaultMonitor(), PetscOptionsSetMonitor()

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