#include "petscsnes.h" PetscErrorCode PETSCSNES_DLLEXPORT MatSNESMFKSPMonitor(KSP ksp,PetscInt n,PetscReal rnorm,void *dummy)Collective on KSP
ksp | - the Krylov solver object | |
n | - the current iteration | |
rnorm | - the current residual norm (may be preconditioned or not depending on solver and options _ dummy - unused argument | |
-snes_mf_ksp_monitor | - turn this monitor on |