Simultaneously timesteps two parts of an ODE system, the first with a
small timestep, the second with a large timestep.
[1] C.W. Gear and D.R. Wells, "Multirate linear multistep
methods," BIT Numerical Mathematics, vol. 24, Dec. 1984, pg.
484-502.
|
__init__(self,
method,
large_dt,
substep_count,
order,
order_f2f=None,
order_s2f=None,
order_f2s=None,
order_s2s=None,
startup_stepper=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|