You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
For mathematical standpoint, provide convergence plot, A-stable, and so on for Runge-Kutta(explicit, implicit), multistep method will be a lot of helpful for beginners' numerical study.
And when I ran the test.jl, I found the codes seemed are not optimized, while I found adding @inbounds to turn off bound check only can provide very limited boost.
I think some examples like following will benefits a lot for new users and also can be used for education purposes.
And can provide multiple approaches, such as Runge-Kutta, and Sympletic method, even FMM are usually deployed.
And when I ran the test.jl, I found the codes seemed are not optimized, while I found adding
@inboundsto turn off bound check only can provide very limited boost.