slepc4py.SLEPc.MFN.ConvergedReason#
- class slepc4py.SLEPc.MFN.ConvergedReason#
Bases:
object
MFN 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_ITERATING
of typeint
Constant
CONVERGED_ITS
of typeint
Constant
CONVERGED_TOL
of typeint
Constant
DIVERGED_BREAKDOWN
of typeint
Constant
DIVERGED_ITS
of typeint
Constant
ITERATING
of typeint
Attributes Documentation