about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Invert the Y axis (positive values are now on top of the x axis)emile2018-10-08
|
* Drawing stuff, this is a PoC.emile2018-10-08
|
* Using the CalcAllForces function to calculate all the forces in the starsSlice.emile2018-10-08
|
* Not exporting the forces function anymore, because the CalcAllForces ↵emile2018-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 functionemile2018-10-08
|
* Added a function calculating the forces in between a star and all the stas ↵emile2018-10-08
| | | | in the given slice.
* Testing the force.ForceActing(...) function using two manually create stars.emile2018-10-08
|
* added function force_acting that is used to calculate the force acting in ↵emile2018-10-08
| | | | between two given stars.
* Deleted force.go (complete cleanup)emile2018-10-08
|
* Deleted print.go (complete cleanup)emile2018-10-08
|
* Deleted plot.go (complete cleanup)emile2018-10-08
|
* Deleted csv.go (complete cleanup)emile2018-10-08
|
* Simple package descriptionemile2018-10-08
|
* Commented Codeemile2018-10-08
|
* Star struct used for storing complete star informationsemile2018-10-08
|
* Coord struct used for storing star coordinatesemile2018-10-08
|
* Force struct used for storing forceshanemile2018-10-08
|
* nice printshanemile2018-10-04
|
* print all the stuff in a more readable way, (column titles, tabs, ...)hanemile2018-10-04
|
* file description addedhanemile2018-10-04
|
* functions used for reading an writing from allready existing fileshanemile2018-10-04
|
* some spellcheckinghanemile2018-09-28
|
* the new data-folder contains some example starshanemile2018-09-28
|
* read the stars from a file and add them to the stars_arr, then calculate the ↵hanemile2018-09-28
| | | | forces acting inbetween all of them
* imported some missing packetshanemile2018-09-28
|
* print_arr prints a given slicehanemile2018-09-28
|
* save_as_csv saves the given stars in the given slice to the given pathhanemile2018-09-28
|
* calc_all_forces calculates all the forces acting in the galaxy using go-threadshanemile2018-09-28
|
* forces calculates the forces acting in between a given star and all the ↵hanemile2018-09-28
| | | | stars in a given slice
* function calculating the forces acting inbetween 2 starshanemile2018-09-28
|
* defined a slice storing the starshanemile2018-09-28
|
* defined basic structures storing basic informationhanemile2018-09-28
|
* Initial commitemile2018-09-05