universal icon indicating copy to clipboard operation
universal copied to clipboard

Add an explicit Runge-Kutta method to applications

Open Ravenwater opened this issue 3 years ago • 1 comments

explicit Runge-Kutta solver with parameterized number of stages leveraging posits and quire to improve accuracy.

https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods

Ravenwater avatar Dec 21 '20 11:12 Ravenwater

in applications/ode there is a RK4 implementation. Add a generalized RK solver and design good test/demonstration cases.

Ravenwater avatar Dec 21 '20 11:12 Ravenwater