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

Class Type


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]
  BCGS = 'bcgs'
  BCGSL = 'bcgsl'
  BICG = 'bicg'
  CG = 'cg'
  CGLS = 'cgls'
  CGNE = 'cgne'
  CGS = 'cgs'
  CHEBYSHEV = 'chebyshev'
  CR = 'cr'
  DGMRES = 'dgmres'
  FBCGS = 'fbcgs'
  FBCGSR = 'fbcgsr'
  FCG = 'fcg'
  FETIDP = 'fetidp'
  FGMRES = 'fgmres'
  GCR = 'gcr'
  GLTR = 'gltr'
  GMRES = 'gmres'
  GROPPCG = 'groppcg'
  HPDDM = 'hpddm'
  IBCGS = 'ibcgs'
  LCD = 'lcd'
  LGMRES = 'lgmres'
  LSQR = 'lsqr'
  MINRES = 'minres'
  NASH = 'nash'
  NONE = 'none'
  PGMRES = 'pgmres'
  PIPEBCGS = 'pipebcgs'
  PIPECG = 'pipecg'
  PIPECG2 = 'pipecg2'
  PIPECGRR = 'pipecgrr'
  PIPECR = 'pipecr'
  PIPEFCG = 'pipefcg'
  PIPEFGMRES = 'pipefgmres'
  PIPEGCR = 'pipegcr'
  PIPELCG = 'pipelcg'
  PIPEPRCG = 'pipeprcg'
  PREONLY = 'preonly'
  PYTHON = 'python'
  QCG = 'qcg'
  QMRCGS = 'qmrcgs'
  RICHARDSON = 'richardson'
  STCG = 'stcg'
  SYMMLQ = 'symmlq'
  TCQMR = 'tcqmr'
  TFQMR = 'tfqmr'
  TSIRM = 'tsirm'
  __qualname__ = 'KSPType'
Properties [hide private]

Inherited from object: __class__