Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farzonl/animationprj2

A project that simulates spring forces with PDEs
https://github.com/farzonl/animationprj2

animation graphics opengl

Last synced: about 1 month ago
JSON representation

A project that simulates spring forces with PDEs

Awesome Lists containing this project

README

        

# Spring Force Partial Differntial Equation Simulations

## Code status
[![codecov](https://codecov.io/gh/farzonl/animationprj2/branch/master/graph/badge.svg)](https://codecov.io/gh/farzonl/animationprj2)
[![Build Status](https://travis-ci.com/farzonl/animationprj2.svg?branch=master)](https://travis-ci.com/farzonl/animationprj2)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/farzonl/animationprj2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj2/alerts/)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/farzonl/animationprj2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/farzonl/animationprj2/context:cpp)

## how to build?
```
make
```

## how to run?
![](https://raw.githubusercontent.com/farzonl/animationprj2/master/howtorun.svg?sanitize=true)

## Simulation Integration Methods
### forward/explicit euler
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/explicitEuler.gif)](hhttps://youtu.be/PZAs-9tDtrA)
### backward/implicit euler
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/implicitEuler.gif)](https://youtu.be/5LqFx2_dySU)
### midpoint method
[![](https://raw.githubusercontent.com/farzonl/animationprj2/master/midpoint.gif)](https://youtu.be/R-tbeEODqvo)