slepc4py.SLEPc.NEP.ConvergedReason#
- class slepc4py.SLEPc.NEP.ConvergedReason#
Bases:
objectNEP convergence reasons.
CONVERGED_TOL: All eigenpairs converged to requestedtolerance.
CONVERGED_USER: User-defined convergence criterionsatisfied.
DIVERGED_ITS: Maximum number of iterations exceeded.DIVERGED_BREAKDOWN: Solver failed due to breakdown.DIVERGED_LINEAR_SOLVE: Inner linear solve failed.DIVERGED_SUBSPACE_EXHAUSTED: Run out of space for the basis in anunrestarted solver.
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_LINEAR_SOLVEof typeintConstant
DIVERGED_SUBSPACE_EXHAUSTEDof typeintConstant
ITERATINGof typeintAttributes Documentation