LMEMonitorDefaultDrawLG#

Plots the error estimate of the current approximation at each iteration of the linear matrix equation solver.

Synopsis#

#include "slepclme.h" 
PetscErrorCode LMEMonitorDefaultDrawLG(LME lme,PetscInt its,PetscReal errest,PetscViewerAndFormat *vf)

Collective

Input Parameters#

  • lme - the linear matrix equation solver context

  • its - iteration number

  • errest - error estimate

  • vf - viewer and format for monitoring

Options Database Key#

Notes#

This is not called directly by users, rather one calls LMEMonitorSet(), with this function as an argument, to cause the monitor to be used during the LME solve.

Call LMEMonitorDefaultDrawLGCreate() to create the context used with this monitor.

See Also#

LME: Linear Matrix Equation, LMEMonitorSet(), LMEMonitorDefaultDrawLGCreate()

Level#

intermediate

Location#

src/lme/interface/lmemon.c


Index of all LME routines Table of Contents for all manual pages Index of all manual pages