TaoCancelMonitors#
Clears all the monitor functions for a Tao object.
Synopsis#
#include "petsctao.h"
PetscErrorCode TaoCancelMonitors(Tao tao)
Logically Collective
Input Parameters#
tao - the Tao solver context
Options Database Key#
-tao_cancelmonitors - cancels all monitors that have been hardwired into a code by calls to
TaoSetMonitor()
, but does not cancel those set via the options database
Notes#
There is no way to clear one specific monitor from a Tao object.
See Also#
Level#
advanced
Location#
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages