slepc-3.6.3 2016-03-29
Report Typos and Errors

PEPGetConvergedReason

Gets the reason why the PEPSolve() iteration was stopped.

Synopsis

#include "slepcpep.h" 
PetscErrorCode PEPGetConvergedReason(PEP pep,PEPConvergedReason *reason)
Not Collective

Input Parameter

pep - the polynomial eigensolver context

Output Parameter

reason - negative value indicates diverged, positive value converged

Possible values for reason

PEP_CONVERGED_TOL - converged up to tolerance
PEP_DIVERGED_ITS - required more than its to reach convergence
PEP_DIVERGED_BREAKDOWN - generic breakdown in method
PEP_DIVERGED_SYMMETRY_LOST - pseudo-Lanczos was not able to keep symmetry

Note

Can only be called after the call to PEPSolve() is complete.

See Also

PEPSetTolerances(), PEPSolve(), PEPConvergedReason

Location: src/pep/interface/pepsolve.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages