LMEMonitorRegisterFn#
A function prototype for functions provided to LMEMonitorRegister()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode LMEMonitorRegisterFn(LME lme,PetscInt its,PetscReal errest,PetscViewerAndFormat *ctx);
Calling Sequence#
lme - linear matrix equation solver context obtained from LMECreate()
its - iteration number
errest - error estimate
ctx - PetscViewerAndFormat object
Note#
This is an LMEMonitorFn specialized for a context of PetscViewerAndFormat.
See Also#
LMEMonitorSet(), LMEMonitorRegister(), LMEMonitorFn, LMEMonitorRegisterCreateFn, LMEMonitorRegisterDestroyFn
Level#
beginner
Location#
Index of all LME routines Table of Contents for all manual pages Index of all manual pages