Inherits from
- IntegratorBase: SciPy.integrate.ode.IntegratorBase
Attributes
- messages
messages = { UnarySub(Const(1)) : Const('Excess work done on this call. (Perhaps wrong MF.)'), UnarySub(Const(2)) : Const('Excess accuracy requested. (Tolerances too small.)'), UnarySub(Const(3)) : Const('Illegal input detected. (See printed message.)'), UnarySub(Const(4)) : Const('Repeated error test failures. (Check all input.)'), UnarySub(Const(5)) : Const('Repeated convergence failures. (Perhaps bad Jacobian supplied or wrong choice of MF or tolerances.)'), UnarySub(Const(6)) : Const('Error weight became zero during problem. (Solution component i vanished, and ATOL or ATOL(i) = 0.)') } - runner
runner = getattr(_vode, 'dvode', None)
- supports_run_relax
supports_run_relax = 1
- supports_step
supports_step = 1
Method summary
- __init__(self, method = 'adams', with_jacobian = 0, rtol = 9.9999999999999995e-07, atol = 9.9999999999999998e-13, lband = None, uband = None, order = 12, nsteps = 500, max_step = 0.0, min_step = 0.0, first_step = 0.0)
- reset(self, n, has_jac)
- run(self, *args)
- run_relax(self, *args)
- step(self, *args)
Methods
- __init__(self, method = 'adams', with_jacobian = 0, rtol = 9.9999999999999995e-07, atol = 9.9999999999999998e-13, lband = None, uband = None, order = 12, nsteps = 500, max_step = 0.0, min_step = 0.0, first_step = 0.0)
- reset(self, n, has_jac)
- run(self, *args)
- run_relax(self, *args)
- step(self, *args)
