#include "slepcnep.h" PetscErrorCode NEPMonitorFirst(NEP nep,PetscInt its,PetscInt nconv,PetscScalar *eig,PetscReal *errest,PetscInt nest,void *monctx)Collective on NEP
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) |
Location: src/nep/interface/nepmon.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages