index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
forces
/
forces.go
Commit message (
Expand
)
Author
Age
*
for detailed information about the changes, see https://git.darknebu.la/Galax...
emile
2018-10-15
*
refactored the Star type to Star2D
emile
2018-10-15
*
The size of the stars is now proportional to its mass
emile
2018-10-15
*
Added the z value for use in 3D visualizations.
emile
2018-10-13
*
Simplify code
emile
2018-10-12
*
removed CalcAllForcesOld, for calculating using 1 thread, use CalcAllForces f...
emile
2018-10-12
*
formatting + logging
emile
2018-10-11
*
removed some debug code
emile
2018-10-10
*
CalcAllFores calculates the forces inbeween all the stars in the galaxy utili...
emile
2018-10-10
*
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 function...
emile
2018-10-08
*
Exporting the Forces function
emile
2018-10-08
*
Added a function calculating the forces in between a star and all the stas in...
emile
2018-10-08
*
added function force_acting that is used to calculate the force acting in bet...
emile
2018-10-08