NEPMonitorFirst

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

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPMonitorFirst(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 (contains viewer, can be NULL)

See Also

NEPMonitorSet(), NEPMonitorAll(), NEPMonitorConverged()

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