-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello! First of all, I think this is an amazing project. It has been extremely helpful for me so far and I look forward to using it more thoroughly in the future. I apologize as I don't know the proper etiquette for this, however, I saw in your documentation for the relatively new Dense Output feature (cy and py only) that we should create a new issue if we need a feature like this for the numba implementation. This is where I've found myself. I have been using the numba implementation extensively and have thus designed my scripts around it already. However, in the past, I only really cared about the final result, at the end of the time domain. Now, I need to access results across the entire domain, and I am often finding weird results come out of the basic numpy interpolator. I have looked at the scipy implementation, however, I am struggling to understand how I might be able to make a replica that would fit with nbsolve_ivp (I'm a physicist, not a programmer). I would be interested in helping in any way that I can, but am clueless as to where to start. Please let me know if you'd like to see details or a working example. Thanks!