#include "tao.h" int TaoAppSetVariableBoundsRoutine(TAO_APPLICATION taoapp, int (*func)(TAO_APPLICATION,Vec,Vec,void*),void *ctx)Collective on TAO_APPLICATION
taoapp | - the TAO_APPLICATION context | |
func | - bound evaluation routine | |
ctx | - [optional] user-defined context for private data for the bounds evaluation routine (may be TAO_NULL) |
func (Vec xl,Vec xu, void *ctx);
tao | - the TAO_APPLICATION context | |
xl | - lower bound vector | |
xu | - upper bound vector | |
ctx | - [optional] user-defined function context |
Level:beginner
Location:src/petsctao/application/petscapp/tao_app_j.c
TAO Solver Index
Table of Contents