Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)