index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
About 4000 stars generated using the NFW-profile mid 2017
emile
2018-10-08
|
*
Fancy logging (Bad Function)
emile
2018-10-08
|
*
More logging
emile
2018-10-08
|
*
Basic logging
emile
2018-10-08
|
*
don't upload .csv files
emile
2018-10-08
|
*
Handle reading data from external CSV files
emile
2018-10-08
|
*
Use CamelCase and not snake_case
emile
2018-10-08
|
*
Explain why the Y Axis is inverted
emile
2018-10-08
|
*
Draw the stars in pure white
emile
2018-10-08
|
*
Commented what loops do
emile
2018-10-08
|
*
import math, math magic incoming!
emile
2018-10-08
|
*
Use the drawStars and saveImage function in Slice!
emile
2018-10-08
|
*
the drawForce function draws the force from the given star
emile
2018-10-08
|
*
Invert the Y axis (positive values are now on top of the x axis)
emile
2018-10-08
|
*
Drawing stuff, this is a PoC.
emile
2018-10-08
|
*
Using the CalcAllForces function to calculate all the forces in the starsSlice.
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.
*
Testing the force.ForceActing(...) function using two manually create stars.
emile
2018-10-08
|
*
added function force_acting that is used to calculate the force acting in ↵
emile
2018-10-08
|
|
|
|
between two given stars.
*
Deleted force.go (complete cleanup)
emile
2018-10-08
|
*
Deleted print.go (complete cleanup)
emile
2018-10-08
|
*
Deleted plot.go (complete cleanup)
emile
2018-10-08
|
*
Deleted csv.go (complete cleanup)
emile
2018-10-08
|
*
Simple package description
emile
2018-10-08
|
*
Commented Code
emile
2018-10-08
|
*
Star struct used for storing complete star informations
emile
2018-10-08
|
*
Coord struct used for storing star coordinates
emile
2018-10-08
|
*
Force struct used for storing forces
hanemile
2018-10-08
|
*
nice prints
hanemile
2018-10-04
|
*
print all the stuff in a more readable way, (column titles, tabs, ...)
hanemile
2018-10-04
|
*
file description added
hanemile
2018-10-04
|
*
functions used for reading an writing from allready existing files
hanemile
2018-10-04
|
*
some spellchecking
hanemile
2018-09-28
|
*
the new data-folder contains some example stars
hanemile
2018-09-28
|
*
read the stars from a file and add them to the stars_arr, then calculate the ↵
hanemile
2018-09-28
|
|
|
|
forces acting inbetween all of them
*
imported some missing packets
hanemile
2018-09-28
|
*
print_arr prints a given slice
hanemile
2018-09-28
|
*
save_as_csv saves the given stars in the given slice to the given path
hanemile
2018-09-28
|
*
calc_all_forces calculates all the forces acting in the galaxy using go-threads
hanemile
2018-09-28
|
*
forces calculates the forces acting in between a given star and all the ↵
hanemile
2018-09-28
|
|
|
|
stars in a given slice
*
function calculating the forces acting inbetween 2 stars
hanemile
2018-09-28
|
*
defined a slice storing the stars
hanemile
2018-09-28
|
*
defined basic structures storing basic information
hanemile
2018-09-28
|
*
Initial commit
emile
2018-09-05