petsc-3.5.4 2015-05-23
Report Typos and Errors

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.

Keywords

PetscOptions, set, monitor

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