TaoDefaultMonitor

Default routine for monitoring progress of the TAO_SOLVER solvers (default).

Synopsis

#include "tao_solver.h"   
int TaoDefaultMonitor(TAO_SOLVER tao,void *dummy)
Collective on TAO_SOLVER

Input Parameters

tao - the TAO_SOLVER context
dummy - unused context

Notes

The routine prints the function value and gradient norm at each iteration.

Keywords

TAO_SOLVER, default, monitor, norm

See Also

TaoSetMonitor(), TaoVecViewMonitor()

Level:advanced
Location:src/interface/tao_util.c
TAO Solver Index
Table of Contents