odeint-v2
odeint-v2 copied to clipboard
Implement runge_kutta_rkf78 on thrust
Hi! What could be the approach to address the implementation of the rkf78 given that it's not possible to load a thrust tuple with more than 10 elements? Thanks
One could use a tuple of tuples. It is not very elegant, but I don't see any other way.
I know this thread is 7 years old, but in that time has anybody successfully implemented rkf78 in Thrust? I see that the thread is marked as open and the current code seems to have the same limitation. Is there any push to add this to Odeint?
Thanks!