petsc4py.PETSc.TAO.ConvergedReason#

class petsc4py.PETSc.TAO.ConvergedReason#

Bases: object

TAO solver termination reason.

Attributes Summary

CONTINUE_ITERATING

Constant CONTINUE_ITERATING of type int

CONVERGED_GATOL

Constant CONVERGED_GATOL of type int

CONVERGED_GRTOL

Constant CONVERGED_GRTOL of type int

CONVERGED_GTTOL

Constant CONVERGED_GTTOL of type int

CONVERGED_ITERATING

Constant CONVERGED_ITERATING of type int

CONVERGED_MINF

Constant CONVERGED_MINF of type int

CONVERGED_STEPTOL

Constant CONVERGED_STEPTOL of type int

CONVERGED_USER

Constant CONVERGED_USER of type int

DIVERGED_LS_FAILURE

Constant DIVERGED_LS_FAILURE of type int

DIVERGED_MAXFCN

Constant DIVERGED_MAXFCN of type int

DIVERGED_MAXITS

Constant DIVERGED_MAXITS of type int

DIVERGED_NAN

Constant DIVERGED_NAN of type int

DIVERGED_TR_REDUCTION

Constant DIVERGED_TR_REDUCTION of type int

DIVERGED_USER

Constant DIVERGED_USER of type int

ITERATING

Constant ITERATING of type int

Attributes Documentation

CONTINUE_ITERATING: int = CONTINUE_ITERATING#

Constant CONTINUE_ITERATING of type int

CONVERGED_GATOL: int = CONVERGED_GATOL#

Constant CONVERGED_GATOL of type int

CONVERGED_GRTOL: int = CONVERGED_GRTOL#

Constant CONVERGED_GRTOL of type int

CONVERGED_GTTOL: int = CONVERGED_GTTOL#

Constant CONVERGED_GTTOL of type int

CONVERGED_ITERATING: int = CONVERGED_ITERATING#

Constant CONVERGED_ITERATING of type int

CONVERGED_MINF: int = CONVERGED_MINF#

Constant CONVERGED_MINF of type int

CONVERGED_STEPTOL: int = CONVERGED_STEPTOL#

Constant CONVERGED_STEPTOL of type int

CONVERGED_USER: int = CONVERGED_USER#

Constant CONVERGED_USER of type int

DIVERGED_LS_FAILURE: int = DIVERGED_LS_FAILURE#

Constant DIVERGED_LS_FAILURE of type int

DIVERGED_MAXFCN: int = DIVERGED_MAXFCN#

Constant DIVERGED_MAXFCN of type int

DIVERGED_MAXITS: int = DIVERGED_MAXITS#

Constant DIVERGED_MAXITS of type int

DIVERGED_NAN: int = DIVERGED_NAN#

Constant DIVERGED_NAN of type int

DIVERGED_TR_REDUCTION: int = DIVERGED_TR_REDUCTION#

Constant DIVERGED_TR_REDUCTION of type int

DIVERGED_USER: int = DIVERGED_USER#

Constant DIVERGED_USER of type int

ITERATING: int = ITERATING#

Constant ITERATING of type int