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

Class Type


Instance Methods [hide private]

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

Class Variables [hide private]
  BCGS = 'bcgs'
  BCGSL = 'bcgsl'
  BICG = 'bicg'
  CG = 'cg'
  CGNE = 'cgne'
  CGS = 'cgs'
  CHEBYCHEV = 'chebychev'
  CR = 'cr'
  FGMRES = 'fgmres'
  GLTR = 'gltr'
  GMRES = 'gmres'
  LCD = 'lcd'
  LGMRES = 'lgmres'
  LSQR = 'lsqr'
  MINRES = 'minres'
  PREONLY = 'preonly'
  PYTHON = 'python'
  QCG = 'qcg'
  RICHARDSON = 'richardson'
  STCG = 'stcg'
  SYMMLQ = 'symmlq'
  TCQMR = 'tcqmr'
  TFQMR = 'tfqmr'
Properties [hide private]

Inherited from object: __class__