- 21 Jan, 2018 1 commit
-
-
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 1 commit
-
-
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.
-
- 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 4 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
-
Matthieu Schaller authored
Instead of listing local cells only, list cells that have a tasks associated with them on the local node.
-
Matthieu Schaller authored
-
- 07 Aug, 2017 1 commit
-
-
Peter W. Draper authored
Lots of refactoring to tidyup code reuse
-
- 02 Aug, 2017 2 commits
-
-
Peter W. Draper authored
Keeps the memory use down
-
Pedro Gonnet authored
add a parameter for space_subsize_self_grav, gravity self-interactions on cells with more than this number of particles will be split up.
-
- 14 Jul, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Updated the default values of space_subsize_pair space_subsize_self to the optimal values found in a parameter search using EAGLE_25 on 16 cosma-5 cores.
-
- 13 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
Removed the now unused space_maxcount global variable. Documented the new YAML parameters in the example parameter file.
-
- 10 Jul, 2017 2 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 23 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 09 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 16 May, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 09 May, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 08 May, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 05 May, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 01 Apr, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
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).
-
- 16 Mar, 2017 2 commits
-
-
James Willis authored
-
Matthieu Schaller authored
-
- 02 Mar, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 28 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
Compute the total mass in the system and add a variable to the gpart to record how much mass they interacted with via self-gravity.
-
- 27 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 23 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 19 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
Added the option to replicate the particles along the axis to create artificially larger test cases. Driven by the parameter 'InitialConditions:replicate'.
-
- 12 Feb, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 26 Jan, 2017 1 commit
-
-
Pedro Gonnet authored
one big messy commit for the status quo, forces sorts of the active cells in each step, does not use task_type_sub_*, and probably sorts some cells twice. but it works.
-
- 24 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-