An open API service indexing awesome lists of open source software.

https://github.com/richmit/mrkiss

Simple, dependency free, explicit Runge–Kutta codes
https://github.com/richmit/mrkiss

ode-solver rk4-ode-solver rkf45 runge-kutta runge-kutta-adaptive-step-size runge-kutta-methods strange-attractors

Last synced: 6 days ago
JSON representation

Simple, dependency free, explicit Runge–Kutta codes

Awesome Lists containing this project

README

          

[[https://github.com/richmit/MRKISS][MRKISS]] is a *tiny* library with *zero dependencies* that aims to make it easy to
*use* and *experiment with* explicit Runge-Kutta methods.

This library powers the [[https://richmit.github.io/StrangeAttractorZoo/][Strange Attractor Zoo]].

For an overview of MRKISS and some tutorial information, check out the [[https://richmit.github.io/MRKISS/index.html][documentation]].

A couple of the examples in the repository have longer explanatory documentation:
- [[https://richmit.github.io/MRKISS/ex_three_body.html][Three Body Problem]]
- [[https://richmit.github.io/MRKISS/ex_lorenz.html][Lornez Attracter]]
- [[https://richmit.github.io/MRKISS/ex_step_order_vs_error.html][Step Size & Order Vs. Accuracy]]
- [[https://richmit.github.io/MRKISS/ex_langford.html][Langford Attracter]]
- [[https://richmit.github.io/MRKISS/ex_step_too_far.html][Step Size Vs. Accuracy]]

Generated [[https://www.mitchr.me/SS/MRKISS/doc-lib/html/index.html][API documentation]] is viable as well.

Development News:
- [[https://richmit.github.io/MRKISS/changelog.html][changelog]]
- [[https://richmit.github.io/MRKISS/roadmap.html][roadmap]]