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

https://github.com/emfomy/nbfmm

N-Body simulation using Fast Multipole Method
https://github.com/emfomy/nbfmm

Last synced: 3 months ago
JSON representation

N-Body simulation using Fast Multipole Method

Awesome Lists containing this project

README

          

# NBFMM
N-Body simulation using Fast Multipole Method

### Git
* https://github.com/emfomy/nbfmm

### Documentation
* http://emfomy.github.io/nbfmm

### Author
* Mu Yang
* Da-Wei Chang
* Yung-Kang Lee

### Makefile

| Command | Detail |
|--------------------|-----------------------|
| `make all` | compile all binaries |
| `make doc` | compile documentation |
| `make run` | run code |
| `make run-` | run code with model |

One may modify python scripts in /main/script to change parameters.