petsc4py.PETSc.Mat.SORType#
- class petsc4py.PETSc.Mat.SORType#
Bases:
object
Matrix SOR type.
See also
Attributes Summary
Constant
APPLY_LOWER
of typeint
Constant
APPLY_UPPER
of typeint
Constant
BACKWARD_SWEEP
of typeint
Constant
EISENSTAT
of typeint
Constant
FORWARD_SWEEP
of typeint
Constant
LOCAL_BACKWARD_SWEEP
of typeint
Constant
LOCAL_FORWARD_SWEEP
of typeint
Constant
LOCAL_SYMMETRIC_SWEEP
of typeint
Constant
SYMMETRY_SWEEP
of typeint
Constant
ZERO_INITIAL_GUESS
of typeint
Attributes Documentation