petsc4py.PETSc.SNES.ConvergedReason¶
- class petsc4py.PETSc.SNES.ConvergedReason¶
Bases:
objectSNES solver termination reason.
See also
petsc.SNESGetConvergedReasonAttributes Summary
Constant
CONVERGED_FNORM_ABSof typeintConstant
CONVERGED_FNORM_RELATIVEof typeintConstant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_ITSof typeintConstant
CONVERGED_SNORM_RELATIVEof typeintConstant
DIVERGED_DTOLof typeintConstant
DIVERGED_FNORM_NANof typeintConstant
DIVERGED_FUNCTION_COUNTof typeintConstant
DIVERGED_FUNCTION_DOMAINof typeintConstant
DIVERGED_INNERof typeintConstant
DIVERGED_JACOBIAN_DOMAINof typeintConstant
DIVERGED_LINEAR_SOLVEof typeintConstant
DIVERGED_LINE_SEARCHof typeintConstant
DIVERGED_LOCAL_MINof typeintConstant
DIVERGED_MAX_ITof typeintConstant
DIVERGED_TR_DELTAof typeintConstant
ITERATINGof typeintAttributes Documentation
- CONVERGED_FNORM_RELATIVE: int = CONVERGED_FNORM_RELATIVE¶
Constant
CONVERGED_FNORM_RELATIVEof typeint
- CONVERGED_SNORM_RELATIVE: int = CONVERGED_SNORM_RELATIVE¶
Constant
CONVERGED_SNORM_RELATIVEof typeint
- DIVERGED_FUNCTION_COUNT: int = DIVERGED_FUNCTION_COUNT¶
Constant
DIVERGED_FUNCTION_COUNTof typeint
- DIVERGED_FUNCTION_DOMAIN: int = DIVERGED_FUNCTION_DOMAIN¶
Constant
DIVERGED_FUNCTION_DOMAINof typeint