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

NEPMonitorConverged

Print the approximate values and error estimates as they converge.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPMonitorConverged(NEP nep,PetscInt its,PetscInt nconv,PetscScalar *eig,PetscReal *errest,PetscInt nest,void *monctx)
Collective on NEP

Input Parameters

nep - nonlinear eigensolver context
its - iteration number
nconv - number of converged eigenpairs so far
eig - 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

NEPMonitorSet(), NEPMonitorFirst(), NEPMonitorAll()

Location: src/nep/interface/nepmon.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages