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.

貢獻者指南