- 26 Apr, 2019 5 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
-
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 2 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 22 Apr, 2019 4 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
-
- 21 Apr, 2019 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 20 Apr, 2019 9 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
-
Matthieu Schaller authored
-
- 19 Apr, 2019 12 commits
-
-
Matthieu Schaller authored
Eagle stellar evolution matthieu See merge request !787
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 18 Apr, 2019 5 commits
-
-
Matthieu Schaller authored
Correct the external potential help string to not include the now-defunct softened isothermal potential.
-
Matthieu Schaller authored
-
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
-