PEPMonitorConverged#
Print the approximate values and error estimates as they converge.
Synopsis#
#include "slepcpep.h"
PetscErrorCode PEPMonitorConverged(PEP pep,PetscInt its,PetscInt nconv,PetscScalar eigr[],PetscScalar eigi[],PetscReal errest[],PetscInt nest,PetscViewerAndFormat *vf)
Collective
Input Parameters#
pep - the polynomial eigensolver context
its - iteration number
nconv - number of converged eigenpairs so far
eigr - real part of the eigenvalues
eigi - imaginary part of the eigenvalues
errest - error estimates
nest - number of error estimates to display
vf - viewer and format for monitoring
Options Database Key#
-pep_monitor_conv - activates
PEPMonitorConverged()
Note#
This is not called directly by users, rather one calls PEPMonitorSet(), with this
function as an argument, to cause the monitor to be used during the PEP solve.
See Also#
PEP: Polynomial Eigenvalue Problems, PEPMonitorSet(), PEPMonitorFirst(), PEPMonitorAll()
Level#
intermediate
Location#
Index of all PEP routines Table of Contents for all manual pages Index of all manual pages