petsc4py.PETSc.TS.ConvergedReason#
- class petsc4py.PETSc.TS.ConvergedReason#
Bases:
objectThe reason the time step is converging.
Attributes Summary
Constant
CONVERGED_EVENTof typeintConstant
CONVERGED_ITERATINGof typeintConstant
CONVERGED_ITSof typeintConstant
CONVERGED_TIMEof typeintConstant
CONVERGED_USERof typeintConstant
DIVERGED_NONLINEAR_SOLVEof typeintConstant
DIVERGED_STEP_REJECTEDof typeintConstant
ITERATINGof typeintAttributes Documentation
- DIVERGED_NONLINEAR_SOLVE: int = DIVERGED_NONLINEAR_SOLVE#
Constant
DIVERGED_NONLINEAR_SOLVEof typeint
- __init__()#
- classmethod __new__(*args, **kwargs)#