Package petsc4py :: Module PETSc :: Class KSP :: Class NormType
[hide private]
[frames] | no frames]

Class NormType


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]
  DEFAULT = -1
  NATURAL = 3
  NO = 0
  NONE = 0
  NORM_DEFAULT = -1
  NORM_NATURAL = 3
  NORM_NONE = 0
  NORM_PRECONDITIONED = 1
  NORM_UNPRECONDITIONED = 2
  PRECONDITIONED = 1
  UNPRECONDITIONED = 2
  __qualname__ = 'KSPNormType'
Properties [hide private]

Inherited from object: __class__