#include "taodaapplication.h" int DAAppSetBeforeMonitor(TAO_APPLICATION daapplication, int (*beforemonitor)(TAO_APPLICATION,DA,int, void*), void *ctx)Collective on TAO_APPLICATION
daapplication | - the DA Application object | |
beforemonitor | - a monitor routine called before solving the application on each DA | |
ctx | - the monitor context |
beforemonitor(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 DAAppSetBeforeMonitor() |
Level:intermediate
Location:src/petsctao/gridapplication/interface/daapp.c
TAO DA Application Index
Table of Contents