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
SNES
context
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