#include "petscksp.h" PetscErrorCode KSPMonitorResidualRange(KSP ksp, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *vf)Collective on ksp
ksp | - iterative context | |
it | - iteration number | |
rnorm | - 2-norm (preconditioned) residual value (may be estimated). | |
vf | - The viewer context |
-ksp_monitor_range | - Activates KSPMonitorResidualRange() |