- 23 Oct, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 21 Oct, 2018 1 commit
-
-
Matthieu Schaller authored
as there shouldn't be any.
-
- 09 Oct, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 12 Sep, 2018 1 commit
-
-
Matthieu Schaller authored
Prevent users from generating gas from the ICs if they are running without the hydrodynamics policy.
-
- 30 Aug, 2018 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 29 Aug, 2018 2 commits
-
-
Loic Hausammann authored
-
Loic Hausammann authored
-
- 22 Jul, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 14 Jun, 2018 1 commit
-
-
lhausamm authored
-
- 10 May, 2018 1 commit
-
-
Pedro Gonnet authored
-
- 09 May, 2018 3 commits
-
-
Matthieu Schaller authored
-
James Willis authored
This reverts commit ccf5f553.
-
Matthieu Schaller authored
-
- 25 Apr, 2018 1 commit
-
-
Matthieu Schaller authored
Add the strict-prototype flag and correct all the prototypes as this creates issues with the Cray compiler.
-
- 23 Apr, 2018 2 commits
- 18 Apr, 2018 1 commit
-
-
lhausamm authored
-
- 25 Mar, 2018 1 commit
-
-
Matthieu Schaller authored
Add a function to check at start-up that the mass content of the simulation matches the given cosmology.
-
- 21 Mar, 2018 1 commit
-
-
Pedro Gonnet authored
move clearing a recycled cell's sort buffers to when the cell is re-used. the memory is kept a bit longer, but this avoids calling free concurrently in a tight loop.
-
- 16 Mar, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 12 Mar, 2018 1 commit
-
-
Pedro Gonnet authored
-
- 10 Mar, 2018 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 09 Mar, 2018 2 commits
-
-
Pedro Gonnet authored
replace the particle sort by a particle shuffle. this is possible because we're sorting wrt bounded integer indices. this is also more efficient because of the relatively small number of out-of-place particles expected. not parallel though.
-
Pedro Gonnet authored
-
- 21 Jan, 2018 2 commits
-
-
Matthieu Schaller authored
Unify the first initialisation of the part and xpart arrays. Correctly set the ti_drift and ti_kick for gparts and sparts.
-
Matthieu Schaller authored
Better function name for the first initialiation of all the parts at the very start of engine_init_particles()
-
- 18 Jan, 2018 2 commits
-
-
Matthieu Schaller authored
Add the possibility to read basic chemistry information from the parameter file and propagate this onto the particle at initialisation time. More uniform naming convention for the first initialisation of properties.
-
Peter W. Draper authored
-
- 17 Jan, 2018 1 commit
-
-
Peter W. Draper authored
-
- 16 Jan, 2018 1 commit
-
-
Matthieu Schaller authored
Better naming convention for the cell_split variables in the YAML file. New variable for the splitting of gravity pairs.
-
- 12 Dec, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 10 Dec, 2017 1 commit
-
-
Matthieu Schaller authored
Separate the time-step information for hydro and gravity tasks into two different set of variables for each cell.
-
- 24 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 20 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 02 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 06 Oct, 2017 2 commits
-
-
Matthieu Schaller authored
Use the threadpool to collect data over the top-level cells at the end of the timestep. Also only loop over the cells that have tasks in their hierarchy.
-
Matthieu Schaller authored
-