MFNMonitorFn#

A function prototype for functions provided to MFNMonitorSet()

Synopsis#

PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MFNMonitorFn(MFN mfn,PetscInt its,PetscReal errest,void *ctx);

Calling Sequence#

  • mfn - matrix function context obtained from MFNCreate()

  • its - iteration number

  • errest - error estimate

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

See Also#

MFNMonitorSet()

Level#

beginner

Location#

include/slepcmfn.h


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