- 16 Jun, 2017 1 commit
-
-
Peter W. Draper authored
Add -P command-line option to overwrite or add program parameters without modifying the YML file, useful for quick tests
-
- 02 Jun, 2017 3 commits
-
-
Matthieu Schaller authored
Disc patch revived Implements the changes discussed in #311. - The disc patch example is now 400x400x800 in length with correct internal energy. - The accelerations get truncated at |z-z_disc| > 300 with a cosine transition - The accelerations are 0 at |z-z_disc| > 380. - The calculation is significantly faster thanks to the extraction of constant terms. See merge request !349
-
Matthieu Schaller authored
Reset the value of rho_dh to something sensible if no neighbours are found when imposing h=h_max Fix to #314. See merge request !351
-
Matthieu Schaller authored
-
- 01 Jun, 2017 5 commits
-
-
Matthieu Schaller authored
More soft transition for the truncation of the potential. Set some plotting limits to the solution script.
-
Matthieu Schaller authored
-
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
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
-
Matthieu Schaller authored
Removed the IDL scripts for the disc patch test case. Updated the python script to use the new range of snapshots.
-
James Willis authored
-
James Willis authored
-
- 30 May, 2017 11 commits
-
-
Matthieu Schaller authored
Added a truncation distance for the disc patch potential bezond which the accelerations tend towards 0. Simplified the code in that potential.
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Documentation update. The MPI and vectorization macros will be expanded when generating the doxygen files.
-
Matthieu Schaller authored
Updated the hydrodstatic disc patch example to use a longer slab in z and the correct internal energy.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
James Willis authored
Moved the testing into a function and tested each corner cell and each cell at the centre of each face.
-
James Willis authored
-
- 27 May, 2017 1 commit
-
-
James Willis authored
-