QEPMonitorFirst

Print the first unconverged approximate value and error estimate at each iteration of the quadratic eigensolver.

Synopsis

#include "slepcqep.h" 
PetscErrorCode QEPMonitorFirst(QEP qep,PetscInt its,PetscInt nconv,PetscScalar *eigr,PetscScalar *eigi,PetscReal *errest,PetscInt nest,void *monctx)
Collective on QEP

Input Parameters

qep - quadratic 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 (contains viewer, can be NULL)

See Also

QEPMonitorSet(), QEPMonitorAll(), QEPMonitorConverged()

Location: src/qep/interface/qepmon.c
Index of all QEP routines
Table of Contents for all manual pages
Index of all manual pages