PETSc version 3.17.5
Fix/Edit manual page

TaoGetInequalityBounds

Gets the upper and lower bounds set via TaoSetInequalityBounds

Synopsis

#include "petsctao.h" 
PetscErrorCode TaoGetInequalityBounds(Tao tao, Vec *IL, Vec *IU)
Logically collective on Tao

Input Parameter

tao - the Tao context

Output Parameters

IL - vector of lower bounds
IU - vector of upper bounds

See Also

TaoSetObjective(), TaoSetHessian(), TaoSetObjectiveAndGradient(), TaoSetInequalityBounds()

Level

beginner

Location

src/tao/interface/taosolver_bounds.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages