slepc4py.SLEPc.LME.ConvergedReason#
- class slepc4py.SLEPc.LME.ConvergedReason#
Bases:
objectLME convergence reasons.
CONVERGED_TOL: All eigenpairs converged to requested tolerance.DIVERGED_ITS: Maximum number of iterations exceeded.DIVERGED_BREAKDOWN: Solver failed due to breakdown.CONVERGED_ITERATING: Iteration not finished yet.
Attributes Summary
Constant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_TOLof typeintConstant
DIVERGED_BREAKDOWNof typeintConstant
DIVERGED_ITSof typeintConstant
ITERATINGof typeintAttributes Documentation