petsc4py.PETSc.TS.ConvergedReason#
- class petsc4py.PETSc.TS.ConvergedReason#
Bases:
object
The reason the time step is converging.
Attributes Summary
Constant
CONVERGED_EVENT
of typeint
Constant
CONVERGED_ITERATING
of typeint
Constant
CONVERGED_ITS
of typeint
Constant
CONVERGED_TIME
of typeint
Constant
CONVERGED_USER
of typeint
Constant
DIVERGED_NONLINEAR_SOLVE
of typeint
Constant
DIVERGED_STEP_REJECTED
of typeint
Constant
ITERATING
of typeint
Attributes Documentation