petsc-3.8.4 2018-03-24
SNESNGSGetSweeps
Gets the number of sweeps GS will use.
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESNGSGetSweeps(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
SNESSetNGS(), SNESGetNGS(), SNESSetPC(), SNESNGSSetSweeps()
Level:intermediate
Location:src/snes/impls/gs/snesgs.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex15.c.html
src/snes/examples/tutorials/ex19.c.html