slepc-3.13.0 2020-03-31
Report Typos and Errors

NEPReasonView

Displays the reason a NEP solve converged or diverged.

Synopsis

#include "slepcnep.h" 
PetscErrorCode NEPReasonView(NEP nep,PetscViewer viewer)
Collective on nep

Input Parameters

nep  - the nonlinear eigensolver context
viewer  - the viewer to display the reason

Options Database Keys

-nep_converged_reason  - print reason for convergence, and number of iterations

See Also

NEPSetConvergenceTest(), NEPSetTolerances(), NEPGetIterationNumber()

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

Examples

src/nep/tutorials/ex21.c.html
src/nep/tutorials/ex22.c.html
src/nep/tutorials/ex27.c.html
src/nep/tutorials/ex22f90.F90.html
src/nep/tutorials/ex27f90.F90.html
src/nep/tutorials/nlevp/loaded_string.c.html
src/nep/tutorials/nlevp/gun.c.html