SNESVIGetActiveSetIS#
Gets the global indices for the active set variables
Synopsis#
#include "petscsnes.h" 
PetscErrorCode SNESVIGetActiveSetIS(SNES snes, Vec X, Vec F, IS *ISact)
Input Parameters#
- snes - the - SNEScontext
- X - the - snessolution vector
- F - the nonlinear function vector 
Output Parameter#
- ISact - active set index set 
See Also#
SNES: Nonlinear Solvers, SNES, SNESVINEWTONRSLS, SNESVINEWTONSSLS
Level#
developer
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages