- 16 Mar, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 09 Mar, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 28 Feb, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 27 Feb, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 17 Jan, 2018 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Better way of dealing with the chemistry i/o. The i/o routines directly call the list construction, lowering the burden on the hydro scheme mainteners.
-
Matthieu Schaller authored
-
- 19 Dec, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 28 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
Corrected typo in Minimal-SPH implementation that prevents neighbour number convergence in some cases.
-
- 21 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 11 Sep, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 10 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 26 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 02 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 01 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 22 May, 2017 1 commit
-
-
Matthieu Schaller authored
Correctly initialise the signal velocity of the SPH particles in the Minimal and Pressure-Entropy cases.
-
- 19 May, 2017 1 commit
-
-
Matthieu Schaller authored
Initialize the signal velocity to be the particle's sound-speed. Prevents divisions by zero in cases where a particle has 0 neighbours.
-
- 27 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 17 Mar, 2017 1 commit
-
-
Bert Vandenbroucke authored
Replaced global variables by a new hydro_space struct that is part of space. This struct is then passed on to hydro_init_part, and used to initialize the Voronoi cells. For non SHADOWFAX_SPH schemes, this struct is empty. Replaced random_uniform declarations in some unit tests with the tools.h version. Added some more comments to 3D Voronoi code; it is now almost completely documented (meaning I almost completely understand it now).
-
- 28 Feb, 2017 1 commit
-
-
Bert Vandenbroucke authored
Cleaned up Gizmo fixes. Added a hydro_timestep_extra method and added an empty version for all hydro schemes.
-
- 19 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 01 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 28 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 13 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 07 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 11 Dec, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 02 Nov, 2016 1 commit
-
-
Matthieu Schaller authored
Check whether particles or cells are active via an inlined function rather than via a direct read of engine->ti_current
-
- 19 Sep, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 14 Sep, 2016 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Move rho_dh into the density sub-structure. Update the pressure and sound-speed after kick and drift
-
- 08 Sep, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 07 Sep, 2016 1 commit
-
-
Matthieu Schaller authored
Moved the structure related to cooling into a separate file. Added a structure to the xpart to contain the accumulated radiative information.
-
- 01 Sep, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 30 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
Replaced all calls to fminf and fmaxf by the macros that was added for the integer min/max functions.
-
- 22 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 16 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
-