petsc4py.PETSc.SNES.ConvergedReason#
- class petsc4py.PETSc.SNES.ConvergedReason#
Bases:
object
SNES solver termination reason.
See also
Attributes Summary
Constant
CONVERGED_FNORM_ABS
of typeint
Constant
CONVERGED_FNORM_RELATIVE
of typeint
Constant
CONVERGED_ITERATING
of typeint
Constant
CONVERGED_ITS
of typeint
Constant
CONVERGED_SNORM_RELATIVE
of typeint
Constant
DIVERGED_DTOL
of typeint
Constant
DIVERGED_FNORM_NAN
of typeint
Constant
DIVERGED_FUNCTION_COUNT
of typeint
Constant
DIVERGED_FUNCTION_DOMAIN
of typeint
Constant
DIVERGED_INNER
of typeint
Constant
DIVERGED_JACOBIAN_DOMAIN
of typeint
Constant
DIVERGED_LINEAR_SOLVE
of typeint
Constant
DIVERGED_LINE_SEARCH
of typeint
Constant
DIVERGED_LOCAL_MIN
of typeint
Constant
DIVERGED_MAX_IT
of typeint
Constant
DIVERGED_TR_DELTA
of typeint
Constant
ITERATING
of typeint
Attributes Documentation
- CONVERGED_FNORM_RELATIVE: int = CONVERGED_FNORM_RELATIVE#
Constant
CONVERGED_FNORM_RELATIVE
of typeint
- CONVERGED_SNORM_RELATIVE: int = CONVERGED_SNORM_RELATIVE#
Constant
CONVERGED_SNORM_RELATIVE
of typeint
- DIVERGED_FUNCTION_COUNT: int = DIVERGED_FUNCTION_COUNT#
Constant
DIVERGED_FUNCTION_COUNT
of typeint
- DIVERGED_FUNCTION_DOMAIN: int = DIVERGED_FUNCTION_DOMAIN#
Constant
DIVERGED_FUNCTION_DOMAIN
of typeint