slepc-3.6.1 2015-09-03
Report Typos and Errors

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,void *monctx)
Collective on PEP

Input Parameters

pep - 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
monctx - monitor context

Note

The monitor context must contain a struct with a PetscViewer and a PetscInt. In Fortran, pass a PETSC_NULL_OBJECT.

See Also

PEPMonitorSet(), PEPMonitorFirst(), PEPMonitorAll()

Location: src/pep/interface/pepmon.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages