- 24 Jun, 2019 1 commit
-
-
Matthieu Schaller authored
Lock the space before attempting to remove a particle from the system. This should prevent duplicated removals.
-
- 23 Jun, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 11 Jun, 2019 1 commit
-
-
- 13 May, 2019 1 commit
-
-
Loic Hausammann authored
-
- 09 May, 2019 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 08 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 07 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 05 May, 2019 3 commits
-
-
Matthieu Schaller authored
In the recursive unskipping of star sub-tasks, also consider a cell as active when SF is on and the cell is active for hydro.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 04 May, 2019 5 commits
-
-
Matthieu Schaller authored
-
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
-
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
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 01 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 26 Apr, 2019 1 commit
-
-
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.
-
- 23 Apr, 2019 1 commit
-
-
Pedro Gonnet authored
-
- 22 Apr, 2019 3 commits
-
-
Pedro Gonnet authored
-
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.
-
Pedro Gonnet authored
-
- 19 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 18 Apr, 2019 4 commits
-
-
Pedro Gonnet authored
replace c->hydro.do_sub_limiter with cell_flag_do_hydro_sub_limiter. also use uint16_t for the sort masks.
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-