PCSchurMonitor

Print the residual norm of the solver for the Schur complement system S.

Synopsis

#include "pc.h" 
int PCSchurMonitor(KSP ksp, int n, PetscReal rnorm, void *ctx)
Collective on KSP

Input Parameters

ksp -The KSP context
n -The iteration number
rnorm -The 2-norm of residual
ctx -The Schur context

Keywords

KSP, schur, monitor, norm

See Also

KSPSetMonitor(), PCSchurInnerMonitor()

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