PCSchurInnerMonitor
Print the residual norm of the solver for the inner system A.
Synopsis
#include "pc.h"
int PCSchurInnerMonitor(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(), PCSchurMonitor()
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