petsc-3.7.5 2017-01-01
Report Typos and Errors

SNESNGSSetSweeps

Sets the number of sweeps of GS to use.

Synopsis

#include "petscsnes.h"  
PetscErrorCode SNESNGSSetSweeps(SNES snes, PetscInt sweeps)

Input Parameters

snes - the SNES context
sweeps - the number of sweeps of GS to perform.

Keywords

SNES, nonlinear, set, Gauss-Siedel

See Also

SNESSetNGS(), SNESGetNGS(), SNESSetPC(), SNESNGSGetSweeps()

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