Package petsc4py :: Module PETSc :: Class Mat :: Class SORType
[hide private]
[frames] | no frames]

Class SORType


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  APPLY_LOWER = 128
  APPLY_UPPER = 64
  BACKWARD_SWEEP = 2
  EISENSTAT = 32
  FORWARD_SWEEP = 1
  LOCAL_BACKWARD_SWEEP = 8
  LOCAL_FORWARD_SWEEP = 4
  LOCAL_SYMMETRIC_SWEEP = 12
  SYMMETRY_SWEEP = 3
  ZERO_INITIAL_GUESS = 16
  __qualname__ = 'MatSORType'
Properties [hide private]

Inherited from object: __class__