- 31 Mar, 2016 21 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Tom Theuns authored
-
Tom Theuns authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Tom Theuns authored
-
Tom Theuns authored
-
Tom Theuns authored
Conflicts: src/gravity/Default/gravity.h src/runner.c
-
Tom Theuns authored
-
Tom Theuns authored
-
Tom Theuns authored
-
- 30 Mar, 2016 9 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Parameter file First version of parameter file parser. Should be able to: - Read integers - Read floats - Read doubles - Read strings - Ignore comments that start with '#' - Validate that integers are not written as floats in the input file - Check whether two values are present on the same line - Print the contents of the structure that holds all parameters read from the file I had to add `../src/parser.c` to the Makefile.am in the tests directory to get `make check` working. Not sure if this is the correct way of doing it. See merge request !129
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
First implementation of gpart motion The changelog is rather big but the changes are rather straightforward: - The acceleration of the `gparts` is now called `a_grav` instead of just `a`. Makes grepping through the files much easier. - I have added the command-line options `-g` and `-G` for external- and self-gravity respectively. These build the correct policies into the engine. Separating both (at least for now) allows to work on the two aspect separately. - There are tests in critical places to make sure that linked pairs part-gpart are at the same position. - The `doinit()`, `dodrift()` and `dokick()` tasks have been updated to also move the gparts. All the tests pass successfully. I am seeking your opinion on the implementation of the tasks. See merge request !135
-
- 29 Mar, 2016 5 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
- 27 Mar, 2016 5 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-