#include "slepcpep.h" PetscErrorCode PEPGetConvergedReason(PEP pep,PEPConvergedReason *reason)Not Collective
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 |
Location: src/pep/interface/pepsolve.c
Index of all PEP routines
Table of Contents for all manual pages
Index of all manual pages