Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare with David Zhang's RungeKuttaToolKit.jl and RKTK #209

Open
ranocha opened this issue May 27, 2024 · 0 comments
Open

Compare with David Zhang's RungeKuttaToolKit.jl and RKTK #209

ranocha opened this issue May 27, 2024 · 0 comments

Comments

@ranocha
Copy link
Owner

ranocha commented May 27, 2024

It would be nice to compare some functionality and document possible interoperability with these packages:

https://github.com/dzhang314/RungeKuttaToolKit.jl

RungeKuttaToolKit.jl is a Julia package that provides tools for constructing and analyzing Runge–Kutta methods. It includes optimized, SIMD-accelerated code for enumerating rooted trees, building instruction tables, and computing Butcher weights and their derivatives.

https://github.com/dzhang314/rktk

RKTK (Runge–Kutta toolkit) is a collection of scripts and tools, written in the Julia programming language, for discovering and optimizing new Runge–Kutta methods. This software powered my discovery of the first explicit 10th-order Runge–Kutta method with 16 stages, as described in my undergraduate thesis, marking the first advance in over 40 years since Ernst Hairer's discovery of a method with 17 stages in 1978.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant