#include "tao_solver.h" int TaoSetMonitor(TAO_SOLVER tao,int (*mymonitor)(TAO_SOLVER,void*),void *mctx)Collective on TAO_SOLVER
tao | - the TAO_SOLVER solver context | |
mymonitor | - monitoring routine | |
mctx | - [optional] user-defined context for private data for the monitor routine (may be TAO_NULL) |
int mymonitor(TAO_SOLVER tao,void *mctx)
tao | - the TAO_SOLVER solver context | |
mctx | - [optional] monitoring context |
-tao_monitor | - sets TaoDefaultMonitor() | |
-tao_smonitor | - sets short monitor | |
-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. |
Level:intermediate
Location:src/interface/tao.c
TAO Solver Index
Table of Contents