Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andeplane/solar-system
https://github.com/andeplane/solar-system
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/andeplane/solar-system
- Owner: andeplane
- Created: 2014-10-10T09:20:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T08:38:15.000Z (about 8 years ago)
- Last Synced: 2024-05-01T21:39:23.152Z (8 months ago)
- Language: C++
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FYS3150/FYS4150 - Project 3 class example
============
This is a simple example implementing most classes you need in order to do project 3 in FYS3150/FYS4150.You will need to implement the force calculation in solarsystem.cpp and a new class, the Velocity verlet integrator.
By default, the example prints all positions every timestep to a file called positions.xyz. You can visualize this by using i.e. [Ovito](http://ovito.org/).
Good luck :D