- 16 May, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 15 May, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 11 May, 2016 2 commits
-
-
Peter W. Draper authored
Sph properties Once !159 has been merged in, this merge request improves the handling of SPH parameters by actually reading them from the YAML file and not simply using the constants from const.h See merge request !160
-
Peter W. Draper authored
-
- 05 May, 2016 3 commits
-
-
Peter W. Draper authored
Timed outputs Fix to #161. Also corrects the run script for the external point mass that used to regenerate the ICs every time. See merge request !163
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 04 May, 2016 2 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Timed outputs This implements the improvement #142. The time of the first output and the time difference between subsequent outputs can be specified in the parameter file. So no dumps after a fix number of steps any more. Users can also specify a unit system for the snapshots. That gets passed along to the routines dumping the snapshot. I have updated all the YAML run scripts as well. See merge request !159
-
- 03 May, 2016 8 commits
-
-
Matthieu Schaller authored
Fix parameter file parsing for duplicate names The parameter file parser now checks for duplicate parameter names within sections and standalone parameters. It also checks for duplicate section names. See merge request !161
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Removed an extra kernel_igamma from the rho_dh calculation There was an extra kernel_igamma in the calculation of rho_sh which was causing an offset to equivalent Gadget-2 runs. See merge request !162
-
Matthieu Schaller authored
-
John Regan authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
Added check for duplicate parameters, both within a section and standalone and check for duplicate sections.
-
- 02 May, 2016 3 commits
-
-
Matthieu Schaller authored
Exchange all foreign particles Should fix #93. See merge request !158
-
Peter W. Draper authored
-
Peter W. Draper authored
Commented out, note gparts test is unchecked.
-
- 01 May, 2016 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 29 Apr, 2016 10 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
When moving foreign particles to the end of the list, make sure we don't swap with one that is a foreign particle.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
Proper name for entropy variable in Gadget-2 output Fix to #151. See merge request !157
-
Matthieu Schaller authored
-
- 28 Apr, 2016 1 commit
-
-
Peter W. Draper authored
Time the initialisation step as well. In times of difficult debugging that's the most minor change ever. The 0th time-step now also has an output displaying the wallclock time spent. See merge request !156
-
- 27 Apr, 2016 3 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
Faster compilation In the current master, every time we edit a file, we re-generate version.h which then triggers recompilation of a lot of file that include it. Here we re-generate a version_string.h instead that is only included in version.c. That speeds up the compilation when only a few files are modified. See merge request !155
-
Matthieu Schaller authored
-