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

Update documentation of solout #11

Closed StefanMathis closed 7 months ago

StefanMathis commented 2 years ago

Hello, thanks for this nice crate :-) When playing around with the solvers, I found that the solout method is apparently only called when using the dopri5 solver. However, this is not mentioned in the documentation. Therefore I added a small addendum which hopefully clarifies this.

EDIT: If https://github.com/srenevey/ode-solvers/pull/12 is merged, this PR can be rejected.