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

Can I use stop function? #1

Closed burrbull closed 5 years ago

burrbull commented 5 years ago

How to stop integration when condition is met?

Like Event function in Matlab?

srenevey commented 5 years ago

This functionality is not implemented yet.