trick/trick_source/trick_utils/SAIntegrator/examples/CannonBall
jmpenn 54edb65c88
Update README.md
Fix quotes in README.md
2020-09-27 18:39:26 -05:00
..
images Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
CannonBall.cpp Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
makefile Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
plot_trajectory.py Add new stand alone numerical integration library SAIntegrator #1056 #936 2020-09-27 18:36:49 -05:00
README.md Update README.md 2020-09-27 18:39:26 -05:00

CannonBall

This is an example of using the RK2Integrator to create a simple cannon ball simulation.

$ make
$ ./CannonBall > cannon.csv
$ python plot_trajectory.py

Cannon