TaoClearMonitor
Clears all the monitor functions for a TAO_SOLVER object.
Synopsis
#include "tao_solver.h"
int TaoClearMonitor(TAO_SOLVER tao)
Collective on TAO_SOLVER
Input Parameters
tao -the TAO_SOLVER 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 TAO_SOLVER object.
Keywords
options, monitor, View
See Also
TaoDefaultMonitor(), TaoSetMonitor()
Level:advanced
Location:src/interface/tao.c
TAO Solver Index
Table of Contents