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
- Host: GitHub
- URL: https://github.com/emfomy/nbfmm
- Owner: emfomy
- Created: 2016-05-24T07:31:26.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-06-27T18:54:16.000Z (over 9 years ago)
- Last Synced: 2025-06-08T15:02:14.822Z (4 months ago)
- Language: Cuda
- Size: 582 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.