Skip to content

A version of the Generic-RK js library converted to C++

License

Notifications You must be signed in to change notification settings

trippalamb/Generic-RK-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic-RK

This c++ static lib contains generic Runge-Kutta code that can be used to implement any explicit or embedded methods. The methods currently implemented for use are Forward Euler, Midpoint, Classic 4th order, Cash-Karp, Fehlberg 4-5. If another is needed, simply email me the Butcher tableau, and I'll add it.

Included in the test project is an example implementation to create a pendulum class using the RK algorithm. For more explanation of how the library works at it's core see the (JavaScript) Generic-RK repository's readme.

About

A version of the Generic-RK js library converted to C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages