slepc4py.SLEPc.NEP.ConvergedReason#

class slepc4py.SLEPc.NEP.ConvergedReason#

Bases: object

NEP convergence reasons.

Attributes Summary

CONVERGED_ITERATING

Constant CONVERGED_ITERATING of type int

CONVERGED_TOL

Constant CONVERGED_TOL of type int

CONVERGED_USER

Constant CONVERGED_USER of type int

DIVERGED_BREAKDOWN

Constant DIVERGED_BREAKDOWN of type int

DIVERGED_ITS

Constant DIVERGED_ITS of type int

DIVERGED_LINEAR_SOLVE

Constant DIVERGED_LINEAR_SOLVE of type int

DIVERGED_SUBSPACE_EXHAUSTED

Constant DIVERGED_SUBSPACE_EXHAUSTED of type int

ITERATING

Constant ITERATING of type int

Attributes Documentation

CONVERGED_ITERATING: int = CONVERGED_ITERATING#

Constant CONVERGED_ITERATING of type int

CONVERGED_TOL: int = CONVERGED_TOL#

Constant CONVERGED_TOL of type int

CONVERGED_USER: int = CONVERGED_USER#

Constant CONVERGED_USER of type int

DIVERGED_BREAKDOWN: int = DIVERGED_BREAKDOWN#

Constant DIVERGED_BREAKDOWN of type int

DIVERGED_ITS: int = DIVERGED_ITS#

Constant DIVERGED_ITS of type int

DIVERGED_LINEAR_SOLVE: int = DIVERGED_LINEAR_SOLVE#

Constant DIVERGED_LINEAR_SOLVE of type int

DIVERGED_SUBSPACE_EXHAUSTED: int = DIVERGED_SUBSPACE_EXHAUSTED#

Constant DIVERGED_SUBSPACE_EXHAUSTED of type int

ITERATING: int = ITERATING#

Constant ITERATING of type int