https://github.com/farzonl/animationprj2
A project that simulates spring forces with PDEs
https://github.com/farzonl/animationprj2
animation graphics opengl
Last synced: 3 months ago
JSON representation
A project that simulates spring forces with PDEs
- Host: GitHub
- URL: https://github.com/farzonl/animationprj2
- Owner: farzonl
- Created: 2019-07-21T16:17:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:01:01.000Z (about 7 years ago)
- Last Synced: 2025-02-02T02:25:59.182Z (over 1 year ago)
- Topics: animation, graphics, opengl
- Language: C++
- Homepage:
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Force Partial Differntial Equation Simulations
## Code status
[](https://codecov.io/gh/farzonl/animationprj2)
[](https://travis-ci.com/farzonl/animationprj2)
[](https://lgtm.com/projects/g/farzonl/animationprj2/alerts/)
[](https://lgtm.com/projects/g/farzonl/animationprj2/context:cpp)
## how to build?
```
make
```
## how to run?

## Simulation Integration Methods
### forward/explicit euler
[](hhttps://youtu.be/PZAs-9tDtrA)
### backward/implicit euler
[](https://youtu.be/5LqFx2_dySU)
### midpoint method
[](https://youtu.be/R-tbeEODqvo)