Package petsc4py :: Module PETSc :: Class TS :: Class RKType
[hide private]
[frames] | no frames]

Class RKType


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]
  RK1FE = '1fe'
  RK2A = '2a'
  RK2B = '2b'
  RK3 = '3'
  RK3BS = '3bs'
  RK4 = '4'
  RK5BS = '5bs'
  RK5DP = '5dp'
  RK5F = '5f'
  RK6VR = '6vr'
  RK7VR = '7vr'
  RK8VR = '8vr'
  __qualname__ = 'TSRKType'
Properties [hide private]

Inherited from object: __class__