- 03 May, 2019 2 commits
-
-
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 7 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
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
-
- 17 Apr, 2019 1 commit
-
-
Folkert Nobels authored
-
- 16 Apr, 2019 4 commits
-
-
Pedro Gonnet authored
replace the cell's mpi.limiter.recv task pointer with the new linked recv pointers. goodbye, mpi.limiter!
-
Pedro Gonnet authored
replace the cell's mpi.stars.recv and recv_ti task pointers with the new linked recv pointers. goodbye, mpi.stars!
-
Pedro Gonnet authored
replace the cell's mpi.grav.recv and recv_ti task pointers with the new linked recv pointers. added some utility functions for looking up send/recv tasks of a given subtype in a cell.
-
Matthieu Schaller authored
-
- 15 Apr, 2019 6 commits
-
-
Pedro Gonnet authored
replace the cell's mpi.hydro.recv_ti task pointer with the new linked recv pointers. goodbye, mpi.hydro!
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
merge all send tasks of all types into a single linked list. this is easier than doing the recv tasks since they are already linked lists to begin with.
-
Pedro Gonnet authored
collapse the hydro send tasks into one single linked list, modify scheduler_activate_send to look for a specific task subtype.
-
- 14 Apr, 2019 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 12 Apr, 2019 1 commit
-
-
Matthieu Schaller authored
-
- 11 Apr, 2019 5 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Added basic support for black hole particles. Particles can be read in, attached to gpart, integrated forward in time, drifted and written to snapshots.
-
- 05 Apr, 2019 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 02 Apr, 2019 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-