Package petsc4py :: Module PETSc :: Class SNES :: Class NormSchedule
[hide private]
[frames] | no frames]

type NormSchedule


Class Variables [hide private]
  ALWAYS = 1
  DEFAULT = -1
  FINAL_ONLY = 3
  INITIAL_FINAL_ONLY = 4
  INITIAL_ONLY = 2
  NONE = 0
  NORM_ALWAYS = 1
  NORM_DEFAULT = -1
  NORM_FINAL_ONLY = 3
  NORM_INITIAL_FINAL_ONLY = 4
  NORM_INITIAL_ONLY = 2
  NORM_NONE = 0
  __qualname__ = 'SNESNormSchedule'