Open Richarizardd opened 4 years ago
It is some implementation of a third-order Runge-Kutta method. But I can't really figure which third method it is and how those coefficients were calculated.
Yes, these are the coefficients for a low storage 3rd order Runge-Kutta, from Williamson et al. 1980
https://www.sciencedirect.com/science/article/pii/0021999180900339?via%3Dihub
Also explained here
https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19940029698.pdf
and here (appendix H4)
http://pencil-code.nordita.org/doc/manual.pdf
On Fri, Mar 27, 2020 at 10:03 AM jair notifications@github.com wrote:
It is some implementation of a third-order Runge-Kutta method https://en.wikipedia.org/wiki/List_of_Runge%E2%80%93Kutta_methods#Kutta's_third-order_method. But I can't really figure which third method it is and how those coefficients were calculated.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wlyra/covid19/issues/3#issuecomment-605081903, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCAQ2XJK7IXUQTGJ66CIS3RJTE43ANCNFSM4LVC5MDA .
In your RK3 function, was wondering how you calculated: alpha_ts, beta_ts, and Cdt