#include "tao.h" int TaoAppSetMonitor(TAO_APPLICATION taoapp,int (*mymonitor)(TAO_APPLICATION,void*),void *mctx)Collective on TAO_APPLICATION
taoapp | - the TAO_APPLICATION solver context | |
mymonitor | - monitoring routine | |
mctx | - [optional] user-defined context for private data for the monitor routine (may be TAO_NULL) |
int mymonitor(TAO_APPLICATION taoapp,void *mctx)
taoapp | - the TAO_APPLICATION solver context | |
mctx | - [optional] monitoring context |
Level:intermediate
Location:src/petsctao/application/petscapp/tao_app.c
TAO Solver Index
Table of Contents