PCSchurSolveMonitor
Print the number of iterates for each inner solve in the Schur complement system.
Synopsis
#include "pc.h"
int PCSchurSolveMonitor(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(), 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