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.