martinjrobins / diffsol

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

write adjoint equations #98

Closed martinjrobins closed 2 weeks ago

martinjrobins commented 1 month ago

This is a struct that takes a checkpointed forward solve, then uses this to implement the adjoint equations. Need one version for integration functional (see below), and another for sum of squares (or this could be an option for the struct). Could do the forward solve within the struct new fn?

martinjrobins commented 2 weeks ago

Fixed by #99