slepc4py.SLEPc.EPS.ConvergedReason#
- class slepc4py.SLEPc.EPS.ConvergedReason#
Bases:
objectEPS convergence reasons.
CONVERGED_TOL: All eigenpairs converged to requested tolerance.CONVERGED_USER: User-defined convergence criterion satisfied.DIVERGED_ITS: Maximum number of iterations exceeded.DIVERGED_BREAKDOWN: Solver failed due to breakdown.DIVERGED_SYMMETRY_LOST: Lanczos-type method could not preserve symmetry.CONVERGED_ITERATING: Iteration not finished yet.
Attributes Summary
Constant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_TOLof typeintConstant
CONVERGED_USERof typeintConstant
DIVERGED_BREAKDOWNof typeintConstant
DIVERGED_ITSof typeintConstant
DIVERGED_SYMMETRY_LOSTof typeintConstant
ITERATINGof typeintAttributes Documentation