petsc-3.15.0 2021-03-30
Report Typos and Errors

PCSetUpOnBlocks

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

Synopsis

#include "petscksp.h" 
PetscErrorCode  PCSetUpOnBlocks(PC pc)
Collective on PC

Input Parameters

pc - the preconditioner context

See Also

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

Level

developer

Location

src/ksp/pc/interface/precon.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages