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

EPSMonitorAll

Print the current approximate values and error estimates at each iteration of the eigensolver.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSMonitorAll(EPS eps,PetscInt its,PetscInt nconv,PetscScalar *eigr,PetscScalar *eigi,PetscReal *errest,PetscInt nest,void *monctx)
Collective on EPS

Input Parameters

eps - 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

EPSMonitorSet(), EPSMonitorFirst(), EPSMonitorConverged()

Location: src/eps/interface/epsmon.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages