- 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
-
- 07 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
Also updated the Pressure-Entropy SPH scheme to use the new definition of the number of neighbours and its derivative. Back to correct results.
-
- 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
-
- 28 Jul, 2017 1 commit
-
-
Bert Vandenbroucke authored
Partially restored old time step criterion. Isolated flux limiter into a separate file and made it configurable. Removed some superfluous gravity variables.
-
- 27 Jul, 2017 1 commit
-
-
Bert Vandenbroucke authored
Moved around the energy gravity update so that it uses the old momentum. Removed a superfluous time step in mflux.
-
- 26 Jul, 2017 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 25 Jul, 2017 1 commit
-
-
Bert Vandenbroucke authored
Fixed bug in signal velocity computation. Added relative velocity of fluid w.r.t. particle velocity to timestep criterion.
-
- 24 Jul, 2017 1 commit
-
-
Bert Vandenbroucke 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
-
- 10 Jul, 2017 1 commit
-
-
Matthieu Schaller 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 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
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
-
- 23 May, 2017 1 commit
-
-
Bert Vandenbroucke authored
Disabled GIZMO particle steering for vacuum particles. Disabled warning messages for unphysical values and pathological configurations.
-
- 22 May, 2017 2 commits
-
-
Matthieu Schaller authored
Correctly initialise the signal velocity of the SPH particles in the Minimal and Pressure-Entropy cases.
-
Matthieu Schaller authored
Implemented the changes in ls that prevent gizmo crashes in cases where the mesh is seriously distorted
-
- 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
-