- 21 Aug, 2017 1 commit
-
-
James Willis authored
-
- 18 Aug, 2017 1 commit
-
-
James Willis authored
-
- 16 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 08 Aug, 2017 1 commit
-
-
James Willis authored
-
- 06 Aug, 2017 1 commit
-
-
James Willis authored
-
- 04 Aug, 2017 4 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet for AVX-512 vectors. Conflicts: src/hydro/Gadget2/hydro_iact.h
-
- 30 Jul, 2017 1 commit
-
-
James Willis authored
-
- 19 Jul, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 18 Jul, 2017 2 commits
-
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet for AVX-512 vectors. Conflicts: src/hydro/Gadget2/hydro_iact.h
-
James Willis authored
-
- 29 Jun, 2017 1 commit
-
-
James Willis authored
Use intrinsics for vector operations as arithmetic overloading is not supported by the Intel compiler yet for AVX-512 vectors.
-
- 26 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
Updated the way we converge towards the smoothing length. We now use a Newton-Raphson scheme. This applies to the Gadget-2 scheme.
-
- 02 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 01 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 21 May, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
Removed un-masked versions of the force interaction and incorporated them in runner_nonsym_force_2_vec with an if statement based on a hard coded mask_cond variable.
-
- 20 May, 2017 1 commit
-
-
James Willis authored
-
- 19 May, 2017 4 commits
-
-
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.
-
James Willis authored
-
James Willis authored
-
James Willis authored
Created a typedef for a mask object to abstract the mask creation away from the user and placed it in vector.h.
-
- 17 May, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 16 May, 2017 1 commit
-
-
James Willis authored
-
- 12 May, 2017 1 commit
-
-
James Willis authored
-
- 05 May, 2017 1 commit
-
-
James Willis authored
Quicker to find neighbours with only 1 vector and no need to mask result of interaction if the remainder interactions have already been performed.
-
- 03 May, 2017 1 commit
-
-
James Willis authored
Pass vectors by address instead of value and use 2 vectors to find neighbours in runner_doself2_force_2.
-
- 28 Apr, 2017 1 commit
-
-
James Willis authored
-
- 27 Apr, 2017 3 commits
-
-
Matthieu Schaller authored
-
James Willis authored
-
James Willis authored
-
- 26 Apr, 2017 1 commit
-
-
James Willis authored
-
- 24 Apr, 2017 1 commit
-
-
James Willis 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).
-
- 15 Mar, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-