srenevey / ode-solvers

Numerical methods to solve ordinary differential equations in Rust.
BSD 3-Clause "New" or "Revised" License
64 stars 26 forks source link

[Feature Request] Implementation of RK23 #18

Closed SoutrikBandyopadhyay closed 7 months ago

SoutrikBandyopadhyay commented 1 year ago

First of all, thank you for this crate, I am currently in the process of migrating my research code from Python to Rust. I am a new user of Rust ecosystem, and wanted to polish my skills. Can I submit a PR implementing the RK23 method ? Specifically, I seek to implement an adaptive RK23 solver inspired by this.