PEPMonitorFn#
A function prototype for functions provided to PEPMonitorSet()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PEPMonitorFn(PEP pep,PetscInt its,PetscInt nconv,PetscScalar *eigr,PetscScalar *eigi,PetscReal *errest,PetscInt nest,void *ctx);
Calling Sequence#
pep - eigensolver context obtained from PEPCreate()
its - iteration number
nconv - number of converged eigenpairs
eigr - real part of the eigenvalues
eigi - imaginary part of the eigenvalues
errest - relative error estimates for each eigenpair
nest - number of error estimates
ctx - optional monitoring context, as provided with PEPMonitorSet()
See Also#
PEPMonitorSet()
Level#
beginner
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages