PEPMonitorRegisterFn#
A function prototype for functions provided to PEPMonitorRegister()
Synopsis#
PETSC_EXTERN_TYPEDEF typedef PetscErrorCode PEPMonitorRegisterFn(PEP pep,PetscInt its,PetscInt nconv,PetscScalar *eigr,PetscScalar *eigi,PetscReal *errest,PetscInt nest,PetscViewerAndFormat *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 - PetscViewerAndFormat object
Note#
This is an PEPMonitorFn specialized for a context of PetscViewerAndFormat.
See Also#
PEPMonitorSet(), PEPMonitorRegister(), PEPMonitorFn, PEPMonitorRegisterCreateFn, PEPMonitorRegisterDestroyFn
Level#
beginner
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages