TaoCancelMonitors
Clears all the monitor functions for a TaoSolver object.
Synopsis
#include "taosolver.h"
PetscErrorCode TaoCancelMonitors(TaoSolver tao)
Logically Collective on TaoSolver
Input Parameters
tao -the TaoSolver solver context
Options Database
-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 TaoSolver object.
See Also
TaoDefaultMonitor(), TaoSetMonitor()
Level:advanced
Location:src/interface/taosolver.c
TAO Solver Index
Table of Contents