#include "taodaapplication.h" int DAAppSetAfterMonitor(TAO_APPLICATION daapplication, int (*aftermonitor)(TAO_APPLICATION,DA,int, void*), void *ctx)Collective on TAO_APPLICATION
daapplication | - the DA Application object | |
aftermonitor | - a monitor routine called after solving the application on each DA | |
ctx | - the monitor context |
aftermonitor(TAO_APPLICATION daapplication, DA da, int level, void *ctx);
daapplication | - this TAO_APPLICATION context | |
da | - the Distributed Array | |
level | - the grid level that will be solved next (level 0 is coarsest) | |
ctx | - user-defined function context set from DAAppSetAfterMonitor() |
Level:intermediate
Location:src/petsctao/gridapplication/interface/daapp.c
TAO DA Application Index
Table of Contents