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