#include "petscksp.h" PetscErrorCode PETSCKSP_DLLEXPORT KSPMonitorSolution(KSP ksp,PetscInt its,PetscReal fgnorm,void *dummy)Collective on KSP
ksp | - the KSP context | |
its | - iteration number | |
fgnorm | - 2-norm of residual (or gradient) | |
dummy | - either a viewer or PETSC_NULL |
Level:intermediate
Location:src/ksp/ksp/interface/iterativ.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages