Find coefficients (αᵢ) such that ∑ᵢ αᵢ F(tᵢ) = ∫[int_start..tap] f(t) dt.
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.
Parameters: | rhss – Matrix of right-hand sides, stored in row-major order, i.e. [f2f, s2f, f2s, s2s]. |
---|