- 20 Jun, 2017 1 commit
-
-
Pedro Gonnet authored
-
- 13 Jun, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 12 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 11 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 10 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
Be more conservative when splitting self-task into subs. We don't want to trigger a rebuild straight after.
-
- 09 Jun, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Modified the splitting rule for self tasks to be less conservative. Added proper documentation of the splitting conditions.
-
- 08 Jun, 2017 4 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Also create functions to decide when to rebuild and when to split a task. Update the rebuild and split condition to correctly use kernel_gamma.
-
Matthieu Schaller authored
Add new function to decide on recursion with in a sub_pair task. Makes sure all recursion tests are identical.
-
- 07 Jun, 2017 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
Completes d8025de1
-
- 06 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 05 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
Use dx_max_sort_old and not dx_max_sort when checking whether cells have been sorted in DOPAIR1_BRANCH()
-
- 01 Jun, 2017 4 commits
-
-
Matthieu Schaller authored
Updated the tests to use the new cell properties for sorting and not the old ones. All tests now run smoothly. Make sure the xparts array actually exist in a cell before reinitialising its particles.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Do not call the difffloat.py script with the additional deprecated parameters formerly used for rho_dh
-
Matthieu Schaller authored
Do not call the difffloat.py script with the additional deprecated parameters formerly used for rho_dh
-
- 31 May, 2017 19 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Test periodic bc This tests the periodic boundary conditions which are generated in `space_getsid()` and used in `runner_dopair1_density`. An 8x8x8 mesh is generated that is periodic and 26 pair interactions are computed for the following cells: * All 8 corner cells * The cell at the centre of each face * The cell at the centre of each edge These checks are performed for both unperturbed and perturbed cells. See merge request !350
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Output the position of the cell in the output of the periodic boundary condition test. Better tolerance requirements.
-
James Willis authored
-
Matthieu Schaller authored
Corrected mistake in the periodic boundary test that prevented compilation when optimisations are switched off.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Make the difffloat script use a new line in the files to set a limit below which values are ignored as too close to zero.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
- Use the correct value of 'h_max' in the construction of the caches in the vectorized DOPAIR1 routine. (fix #312) - Update the test27 unit test to also randomly perturb the smoothing length values. - Set a correct value for h_max in the test27 case and not just a loose upper-bound. - Call the non-vectorized version of DOPAIR1 for the corner interactions. See merge request !348 EAGLE_25 now produces the same number of time-steps whether running with or without vectorization.
-
James Willis authored
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-