Skip to content

lanceman2/rk4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4th order Runge–Kutta

A C++ template class to solve ODEs (ordinary differential equations) via 4th order Runge–Kutta.

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

TODO: We need to verify this code a little better by adding a time dependent ODE case and compare with an exact solution.

About

4th order Runge Kutta (ODE) ordinary differential equation solver C++ template class with examples

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors