petsc4py.PETSc.TAOLineSearch.ConvergedReason#
- class petsc4py.PETSc.TAOLineSearch.ConvergedReason#
Bases:
object
TAO Line Search Termination Reasons.
Attributes Summary
Constant
CONTINUE_SEARCH
of typeint
Constant
FAILED_ASCENT
of typeint
Constant
FAILED_BADPARAMETER
of typeint
Constant
FAILED_INFORNAN
of typeint
Constant
HALTED_LOWERBOUND
of typeint
Constant
HALTED_MAXFCN
of typeint
Constant
HALTED_OTHER
of typeint
Constant
HALTED_RTOL
of typeint
Constant
HALTED_UPPERBOUND
of typeint
Constant
HALTED_USER
of typeint
Constant
SUCCESS
of typeint
Constant
SUCCESS_USER
of typeint
Attributes Documentation