slepc-3.6.1 2015-09-03
NEPReasonView
Displays the reason a NEP solve converged or diverged.
Synopsis
#include "slepcnep.h"
PetscErrorCode NEPReasonView(NEP nep,PetscViewer viewer)
Collective on NEP
Parameter
| 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/examples/tutorials/ex21.c.html
src/nep/examples/tutorials/ex22.c.html