petsc-3.3-p7 2013-05-11

SNESSetGSSweeps

Sets the number of sweeps of GS to use.

Synopsis

#include "petscsnes.h"  
#include "petscdmshell.h" 
#include "petscsys.h" 
PetscErrorCode SNESSetGSSweeps(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

SNESSetGS(), SNESGetGS(), SNESSetPC(), SNESGetGSSweeps()

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