PCSORSetIterations

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

Synopsis

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()

Location: src/pc/impls/sor/sor.c
PC Index
Table of Contents