slepc-3.6.3 2016-03-29
PEPReasonView
Displays the reason a PEP solve converged or diverged.
Synopsis
#include "slepcpep.h"
PetscErrorCode PEPReasonView(PEP pep,PetscViewer viewer)
Collective on PEP
Parameter
| pep | - the eigensolver context
|
| viewer | - the viewer to display the reason
|
Options Database Keys
-pep_converged_reason - print reason for convergence, and number of iterations
See Also
PEPSetConvergenceTest(), PEPSetTolerances(), PEPGetIterationNumber()
Location: src/pep/interface/pepview.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/pep/examples/tutorials/ex16.c.html
src/pep/examples/tutorials/ex17.c.html
src/pep/examples/tutorials/ex16f90.F90.html