- 02 Jun, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 17 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 16 May, 2019 1 commit
-
-
Pedro Gonnet authored
add a new engine_step_prop_stop which makes the runners quit if set. engine_clean now sets the prop, releases the runners, and pthread_waits on them.
-
- 14 May, 2019 1 commit
-
-
Matthieu Schaller authored
General style improvement and documentation of the core FOF routines. Do not pass the 'space' structure into the routines to avoid indirections.
-
- 13 May, 2019 1 commit
-
-
Loic Hausammann authored
-
- 11 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 09 May, 2019 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 08 May, 2019 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 05 May, 2019 2 commits
-
-
Matthieu Schaller authored
Fixed the debugging checks in runner_do_recv_spart() to also be valid for the case with star formation.
-
Matthieu Schaller authored
Changed the early abort rule in the runner_do_unskip_stars() function to include the case of a run with star formation.
-
- 04 May, 2019 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Revert "Activate star tasks also if we are running with SF on and the cell is active for hydro purposes." This reverts commit 8a1c735c.
-
Matthieu Schaller authored
-
- 03 May, 2019 12 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Added communication functions to propagate the new number of star particles after a SF event has occured.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Added instantaneous accretion rate to the EAGLE BH snapshots. Compute the time-step size from the cosmology model for BH accretion.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 01 May, 2019 3 commits
-
-
Matthieu Schaller authored
-
Folkert Nobels authored
-
Folkert Nobels authored
-
- 26 Apr, 2019 2 commits
-
-
Pedro Gonnet authored
switch to using a 32-bit flag field and atomics, replace '|=' with '= ( ... || ... )', which should do short-circuit evaluation, and is easier to read.
-
Pedro Gonnet authored
-
- 24 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 23 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 22 Apr, 2019 1 commit
-
-
Pedro Gonnet authored
replace c->stars.do_stars_sub_sort, do_drift and do_sub_drift with cell_flag_do_stars_sub_sort, do_grav_drift and do_grav_sub_drift, respectively.
-
- 20 Apr, 2019 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 19 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
-