SNESVIGetInactiveSet#
Gets the global indices for the inactive set variables (these correspond to the degrees of freedom the linear system is solved on)
Synopsis#
#include "petscsnes.h" 
PetscErrorCode SNESVIGetInactiveSet(SNES snes, IS *inact)
Input Parameter#
- snes - the - SNEScontext
Output Parameter#
- inact - inactive set index set 
See Also#
Level#
advanced
Location#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages