LMEMonitorFn#

A function prototype for functions provided to LMEMonitorSet()

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode LMEMonitorFn(LME lme,PetscInt its,PetscReal errest,void *ctx);

Calling Sequence#

  • lme - linear matrix equation solver context obtained from LMECreate()

  • its - iteration number

  • errest - error estimate

  • ctx - optional monitoring context, as provided with LMEMonitorSet()

See Also#

LMEMonitorSet()

Level#

beginner

Location#

include/slepclme.h


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