slepc4py.SLEPc.NEP.ConvergedReason#
- class slepc4py.SLEPc.NEP.ConvergedReason#
- Bases: - object- NEP convergence reasons. - CONVERGED_TOL: All eigenpairs converged to requested
- tolerance. 
 
- CONVERGED_USER: User-defined convergence criterion
- satisfied. 
 
- 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 an
- unrestarted solver. 
 
- CONVERGED_ITERATING: Iteration not finished yet.
 - Attributes Summary - Constant - CONVERGED_ITERATINGof type- int- Constant - CONVERGED_TOLof type- int- Constant - CONVERGED_USERof type- int- Constant - DIVERGED_BREAKDOWNof type- int- Constant - DIVERGED_ITSof type- int- Constant - DIVERGED_LINEAR_SOLVEof type- int- Constant - DIVERGED_SUBSPACE_EXHAUSTEDof type- int- Constant - ITERATINGof type- int- Attributes Documentation