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#

SNESVINEWTONRSLS

Level#

advanced

Location#

src/snes/impls/vi/rs/virs.c


Edit on GitLab

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