Hacktoberfest
倉庫指標
- 星標
- (656 顆星)
- PR 合併指標
- (平均合併 3天 12小時) (30 天內合併 74 個 PR)
描述
After an event, the add_steps! function is called for re-building the interpolant cache. This is separate from perform_step! because lots of algorithms have different needs if just building the interpolant, and in many cases this can be sped up. And this is only required for special interpolants because there's a Hermite fallback which just calculates the derivatives on the two ends.
However, noticeably missing are the SSPRK and Rodas4 methods. We should get those fixed up.