slepc4py.SLEPc.SVD.ConvergedReason#
- class slepc4py.SLEPc.SVD.ConvergedReason#
Bases:
objectSVD convergence reasons.
CONVERGED_TOL: All eigenpairs converged to requestedtolerance.
CONVERGED_USER: User-defined convergence criterion satisfied.CONVERGED_MAXIT: Maximum iterations completed in case MAXITconvergence criterion.
DIVERGED_ITS: Maximum number of iterations exceeded.DIVERGED_BREAKDOWN: Solver failed due to breakdown.DIVERGED_SYMMETRY_LOST: Underlying indefinite eigensolver was not ableto keep symmetry.
CONVERGED_ITERATING: Iteration not finished yet.
Attributes Summary
Constant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_MAXITof typeintConstant
CONVERGED_TOLof typeintConstant
CONVERGED_USERof typeintConstant
DIVERGED_BREAKDOWNof typeintConstant
DIVERGED_ITSof typeintConstant
DIVERGED_SYMMETRY_LOSTof typeintConstant
ITERATINGof typeintAttributes Documentation