Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farzonl/animationprj1
A simulation of gravity with PDEs.
https://github.com/farzonl/animationprj1
animation graphics opengl
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T23:09:48.000Z (over 5 years ago)
- Last Synced: 2024-10-05T22:41:43.816Z (about 2 months ago)
- Topics: animation, graphics, opengl
- Language: C++
- Homepage: https://youtu.be/yBpT_LMLD-Q
- Size: 1.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Partial Differntial Equation Simulations
## Code status
[![codecov](https://codecov.io/gh/farzonl/animationprj1/branch/master/graph/badge.svg)](https://codecov.io/gh/farzonl/animationprj1)
[![Build Status](https://travis-ci.com/farzonl/animationprj1.svg?branch=master)](https://travis-ci.com/farzonl/animationprj1)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/farzonl/animationprj1.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj1/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/farzonl/animationprj1.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj1/context:cpp)## Simulation
[![PDE Simulation](https://raw.githubusercontent.com/farzonl/animationprj1/master/simulation.gif)](https://youtu.be/yBpT_LMLD-Q)## how to build?
```
make -C CS4496P2
```## how to run?
![](https://raw.githubusercontent.com/farzonl/animationprj1/master/howtorun.svg?sanitize=true)## Equations
- forward euler
- backward euler
- midpoint method## Comparison to kinematic Equation
[![PDE comparison](https://raw.githubusercontent.com/farzonl/animationprj1/master/graph.png)](http://farzon.org/animationprj1/CS4496P2/graph.html)