Hi @ChrisRackauckas, I am translating an R package into Julia. The R package uses lsoda, and after I applied @erlebach approach, I’ve got “LSODA is not compatible with callbacks.”
BTW, is there an elegant example of how to track variables within DifferentialEquations.jl with “saveat” and events? For example, in my package, I need to show all variables (with states) at each time step as an output.