Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | removed some debug code | emile | 2018-10-10 |
| | |||
* | CalcAllFores calculates the forces inbeween all the stars in the galaxy ↵ | emile | 2018-10-10 |
| | | | | utilizing go-threading, error-handing, syncing, progress-bar | ||
* | converted snake_case variables to camelCase | emile | 2018-10-10 |
| | |||
* | added forcesThread function working as a go worker in gothreads | emile | 2018-10-10 |
| | |||
* | Added a progress bar :D | emile | 2018-10-08 |
| | |||
* | Not exporting the forces function anymore, because the CalcAllForces ↵ | emile | 2018-10-08 |
| | | | | | | function is accessing it. The CalcAllFucntion calculates all the forces acting in between the stars in the given Slice and returns the slice with the forces stored in the star structs. | ||
* | Exporting the Forces function | emile | 2018-10-08 |
| | |||
* | Added a function calculating the forces in between a star and all the stas ↵ | emile | 2018-10-08 |
| | | | | in the given slice. | ||
* | added function force_acting that is used to calculate the force acting in ↵ | emile | 2018-10-08 |
between two given stars. |