petsc4py.PETSc.TAO.ConvergedReason#
- class petsc4py.PETSc.TAO.ConvergedReason#
Bases:
object
TAO solver termination reason.
See also
Attributes Summary
Constant
CONTINUE_ITERATING
of typeint
Constant
CONVERGED_GATOL
of typeint
Constant
CONVERGED_GRTOL
of typeint
Constant
CONVERGED_GTTOL
of typeint
Constant
CONVERGED_ITERATING
of typeint
Constant
CONVERGED_MINF
of typeint
Constant
CONVERGED_STEPTOL
of typeint
Constant
CONVERGED_USER
of typeint
Constant
DIVERGED_LS_FAILURE
of typeint
Constant
DIVERGED_MAXFCN
of typeint
Constant
DIVERGED_MAXITS
of typeint
Constant
DIVERGED_NAN
of typeint
Constant
DIVERGED_TR_REDUCTION
of typeint
Constant
DIVERGED_USER
of typeint
Constant
ITERATING
of typeint
Attributes Documentation