PETSc version 3.15.5
Fix/Edit manual page

TaoSetInequalityBounds

Sets the upper and lower bounds

Synopsis

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

Input Parameters

tao - the Tao context
IL - vector of lower bounds
IU - vector of upper bounds

See Also

TaoSetObjectiveRoutine(), TaoSetHessianRoutine() TaoSetObjectiveAndGradientRoutine()

Level

beginner

Location

src/tao/interface/taosolver_bounds.c

Examples

src/tao/constrained/tutorials/maros.c.html

Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages