- 14 Aug, 2019 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 10 Jul, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 02 Jul, 2019 1 commit
-
-
Matthieu Schaller authored
Version that correctly flags the BHs to swallow and removes them before dying in the time-step calculation function.
-
- 23 Jun, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 12 Jun, 2019 1 commit
-
-
Matthieu Schaller authored
Split the star formation task into two parts: The star formation bit and the resorting bit. Move the sf_count communication to just depend on the first one in order to speed things up.
-
- 23 May, 2019 1 commit
-
-
Peter W. Draper authored
entry is a very generic name and it clashes with a struct in the search.h header
-
- 09 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 08 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 07 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 05 May, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 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 10 commits
-
-
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
-
Matthieu Schaller authored
-
Pedro Gonnet authored
-
- 30 Apr, 2019 2 commits
-
-
Peter W. Draper authored
-
Pedro Gonnet authored
Mark the flags `volatile`, just to be safe. This is not a problem now, but I would hate it to become one later.
-
- 29 Apr, 2019 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
-
- 26 Apr, 2019 4 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.
-
Peter W. Draper authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
Don't pass enums in the `cell_*_flag` functions, but rather use the type of the `flags` value itself. Using the enum causes problems when passing the union of more than one flag.
-
- 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
-
- 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
-