SciML/OrdinaryDiffEq.jl

DPRKN6 interpolants after events need `add_steps!`

开放

#123 创建于 2017年8月7日

 (2 条评论) (0 个反应) (0 位负责人)Julia (262 个派生)batch import
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.

贡献者指南