PCSORSetIterations

Sets the number of inner iterations to be used by the SOR preconditioner. The default is 1.

Synopsis

#include "petscpc.h" 
int PCSORSetIterations(PC pc,int its)
Collective on PC

Input Parameters

pc - the preconditioner context
its - number of iterations to use

Options Database Key

-pc_sor_its <its> -Sets number of iterations

Keywords

PC, SOR, SSOR, set, iterations

See Also

PCSORSetOmega(), PCSORSetSymmetric()

Level:intermediate
Location:
src/sles/pc/impls/sor/sor.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages