PCSetUpOnBlocks

Sets up the preconditioner for each block in the block Jacobi, block Gauss-Seidel, and overlapping Schwarz methods.

Synopsis

#include "sles.h" 
int PCSetUpOnBlocks(PC pc)
Collective on PC

Input Parameters

pc -the preconditioner context

Keywords

PC, setup, blocks

See Also

PCCreate(), PCApply(), PCDestroy(), PCSetUp()

Level:developer
Location:src/sles/pc/interface/precon.c
PC Index
Table of Contents