slepc4py.SLEPc.MFN.ConvergedReason#
- class slepc4py.SLEPc.MFN.ConvergedReason#
Bases:
objectMFN convergence reasons.
‘MFN_CONVERGED_TOL’: All eigenpairs converged to requested tolerance.
‘MFN_CONVERGED_ITS’: Solver completed the requested number of steps.
‘MFN_DIVERGED_ITS’: Maximum number of iterations exceeded.
‘MFN_DIVERGED_BREAKDOWN’: Generic breakdown in method.
Attributes Summary
Constant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_ITSof typeintConstant
CONVERGED_TOLof typeintConstant
DIVERGED_BREAKDOWNof typeintConstant
DIVERGED_ITSof typeintConstant
ITERATINGof typeintAttributes Documentation