- 03 May, 2019 1 commit
-
-
Pedro Gonnet authored
-
- 02 May, 2019 1 commit
-
-
Peter W. Draper authored
Conflicts: src/cell.c
-
- 01 May, 2019 8 commits
-
-
Matthieu Schaller authored
Star formation sub grid update See merge request !803
-
Matthieu Schaller authored
-
Matthieu Schaller authored
No cooling limit See merge request !798
-
Matthieu Schaller authored
-
Folkert Nobels authored
-
Folkert Nobels authored
Make plots nicer in plotsolution and add temperature histogram, also change function call in star_formation.h to get the entropy floor
-
Folkert Nobels authored
-
Folkert Nobels authored
-
- 30 Apr, 2019 4 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
Cell flags See merge request !792
-
Peter W. Draper authored
Conflicts: src/cell.c
-
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 10 commits
-
-
Peter W. Draper authored
Subcell recursion See merge request !788
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
Do not force the star particle to be a constant in the default feedback model. This is used for debugging.
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Matthieu Schaller authored
Feedback restart See merge request !800
-
-
- 27 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
Update the Rho vs sfr plot Closes #575 See merge request !799
-
- 26 Apr, 2019 6 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.
-
Folkert Nobels authored
-
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.
-
- 25 Apr, 2019 6 commits
-
-
Folkert Nobels authored
-
Matthieu Schaller authored
Dump and restore the space globals Closes #574 See merge request !797
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Update the brute-force debugging star interaction loops used in the unit tests to also check for feedback activity.
-
Peter W. Draper authored
Also remove space_subsize_pair_stars & space_subsize_self_stars which are not used and a couple of typos
-
Matthieu Schaller authored
Make sure the EAGLE feedback conserves energy and momentum. See merge request !793
-
- 24 Apr, 2019 3 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
-