#include "petscpc.h" PetscErrorCode PCSORSetIterations(PC pc,PetscInt its,PetscInt lits)Logically Collective on PC Many br
pc | - the preconditioner context Many br | |
lits | - number of local iterations, smoothings over just variables on processor Many br | |
its | - number of parallel iterations to use; each parallel iteration has lits local iterations Many br |
-pc_sor_its <its> | - Sets number of iterations Many br | |
-pc_sor_lits <lits> | - Sets number of local iterations Many br |
Many br
Notes: When run on one processor the number of smoothings is lits*its Many br
Level:intermediate
Location:src/ksp/pc/impls/sor/sor.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages