#include "taodaapplication.h" int DAAppSetVariableBoundsRoutine(TAO_APPLICATION daapplication, int (*bound)(TAO_APPLICATION,DA,Vec,Vec, void*),void *ctx)Collective on TAO_APPLICATION
daapplication | - the DA Application object | |
bound | - the function pointer for the bound evaluation routine | |
ctx | - the monitor context |
bound(TAO_APPLICATION daapplication, DA da,Vec xl, Vec xu, void *ctx);
daapplication | - the TAO_APPLICATION context | |
da | - the Distributed Array | |
xl | - vector of upper bounds | |
xu | - vector of lower bounds | |
ctx | - user-defined monitor context set from DAAppSetVariableBoundsRoutine() |
Level:beginner
Location:src/petsctao/gridapplication/interface/daapp.c
TAO DA Application Index
Table of Contents