https://github.com/farzonl/animationprj1
A simulation of gravity with PDEs.
https://github.com/farzonl/animationprj1
animation graphics opengl
Last synced: 3 months ago
JSON representation
A simulation of gravity with PDEs.
- Host: GitHub
- URL: https://github.com/farzonl/animationprj1
- Owner: farzonl
- Created: 2019-07-21T16:18:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:09:48.000Z (about 7 years ago)
- Last Synced: 2025-03-28T00:35:15.917Z (over 1 year ago)
- Topics: animation, graphics, opengl
- Language: C++
- Homepage: https://youtu.be/yBpT_LMLD-Q
- Size: 1.98 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Partial Differntial Equation Simulations
## Code status
[](https://codecov.io/gh/farzonl/animationprj1)
[](https://travis-ci.com/farzonl/animationprj1)
[](https://lgtm.com/projects/g/farzonl/animationprj1/alerts/)
[](https://lgtm.com/projects/g/farzonl/animationprj1/context:cpp)
## Simulation
[](https://youtu.be/yBpT_LMLD-Q)
## how to build?
```
make -C CS4496P2
```
## how to run?

## Equations
- forward euler
- backward euler
- midpoint method
## Comparison to kinematic Equation
[](http://farzon.org/animationprj1/CS4496P2/graph.html)