TaoALMMGetDualIS#
Retrieve the index set that identifies equality and inequality constraint components of the dual vector returned by TaoALMMGetMultipliers().
Synopsis#
#include "petsctao.h" 
PetscErrorCode TaoALMMGetDualIS(Tao tao, IS *eq_is, IS *ineq_is)
Input Parameter#
- tao - the Tao context for the - TAOALMMsolver
Output Parameters#
- eq_is - index set associated with the equality constraints ( - NULLif not needed)
- ineq_is - index set associated with the inequality constraints ( - NULLif not needed)
See Also#
Level#
advanced
Location#
src/tao/constrained/impls/almm/almmutils.c
Index of all Tao routines
Table of Contents for all manual pages
Index of all manual pages