petsc-3.3-p7 2013-05-11
SNESGetGSSweeps
Gets the number of sweeps GS will use.
Synopsis
#include "petscsnes.h"
#include "petscdmshell.h"
#include "petscsys.h"
PetscErrorCode SNESGetGSSweeps(SNES snes, PetscInt * sweeps)
Input Parameters
snes -the SNES context
Output Parameters
sweeps -the number of sweeps of GS to perform.
Keywords
SNES, nonlinear, set, Gauss-Siedel
See Also
SNESSetGS(), SNESGetGS(), SNESSetPC(), SNESSetGSSweeps()
Level:intermediate
Location:src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages