LMEMonitorDefault#
Print the error estimate of the current approximation at each iteration of the linear matrix equation solver.
Synopsis#
#include "slepclme.h"
PetscErrorCode LMEMonitorDefault(LME lme,PetscInt its,PetscReal errest,PetscViewerAndFormat *vf)
Collective
Input Parameters#
lme - linear matrix equation solver context
its - iteration number
errest - error estimate
vf - viewer and format for monitoring
Options Database Key#
-lme_monitor - activates LMEMonitorDefault()
See Also#
Level#
intermediate
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages