martinjrobins / diffsol

ODE solver library in Rust
https://martinjrobins.github.io/diffsol/
MIT License
24 stars 3 forks source link

refactor: remove use of Rc in OdeEquations trait #104

Closed martinjrobins closed 6 days ago

martinjrobins commented 6 days ago

refactor: sparsity returned as owned refactor: sparsity functions moved from Op to relevent traits refactor: diffsl struct owns context, now has 'static lifetime