odeint-v2 icon indicating copy to clipboard operation
odeint-v2 copied to clipboard

Implement runge_kutta_rkf78 on thrust

Open elehcim opened this issue 11 years ago • 2 comments

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

elehcim avatar Mar 25 '13 13:03 elehcim

One could use a tuple of tuples. It is not very elegant, but I don't see any other way.

headmyshoulder avatar Mar 25 '13 13:03 headmyshoulder

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!

pfbrewst avatar Mar 30 '20 06:03 pfbrewst