- 19 Jul, 2017 2 commits
-
-
James Willis authored
-
James Willis authored
-
- 18 Jul, 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. Conflicts: src/hydro/Gadget2/hydro_iact.h
-
- 10 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 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
-
- 19 May, 2017 1 commit
-
-
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.
-
- 28 Apr, 2017 1 commit
-
-
James Willis authored
-
- 27 Apr, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 24 Apr, 2017 1 commit
-
-
James Willis authored
-
- 24 Mar, 2017 1 commit
-
-
Bert Vandenbroucke authored
Introduced a tolerance for the 2D Voronoi algorithm to handle round off problems. The 2D Voronoi test now works for both the optimized and the non-optimized version of the code.
-
- 21 Mar, 2017 1 commit
-
-
Bert Vandenbroucke authored
Added some more comments to 3D algorithm, and fixed a bug that affected some of the degenerate cases.
-
- 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
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Added a lot of comments to 3D Voronoi algorithm, fixed bug in testVoronoi3D. Disabled expensive checks. Some basic 3D moving mesh tests now work.
-
- 15 Mar, 2017 6 commits
-
-
Bert Vandenbroucke authored
Added actual grid test to testVoronoi3D; degenerate case crashes. Started documenting 3D Voronoi algorithm to refresh my memory about how it works.
-
Bert Vandenbroucke authored
Fixed wrong box size in 2D Sod shock that caused SHADOWFAX_SPH to crash. Added flag in const.h to enable or disable cell motion steering. Made sure cell centroids have all their coordinates initialized.
-
Bert Vandenbroucke authored
Fixed bug in 2D Voronoi algorithm. Sod shock now works (with fixed cells). Moved gradient and slope limiter defines for SHADOWFAX_SPH to const.h.
-
Bert Vandenbroucke authored
Fixed small mistake in 2D Voronoi neighbour calculation. Added check for neighbour relations to unit test.
-
James Willis authored
-
James Willis authored
-
- 14 Mar, 2017 6 commits
-
-
Bert Vandenbroucke authored
Realized I forgot to implement neighbour relations in 2D Voronoi algorithm. Implemented them. 2D Sod shock still doesn't work.
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
James Willis authored
-
Bert Vandenbroucke authored
Fixed a bug in 2D Voronoi algorithm, added a lot of debugging output possibilities. 2D algorithm now works for 100 uniform random generators in a periodic box.
-
Bert Vandenbroucke authored
-
- 13 Mar, 2017 2 commits
-
-
Bert Vandenbroucke authored
Finished first part of 2D Voronoi intersection algorithm. Now *only* need to write the second part. And maybe deal with degeneracies...
-
Bert Vandenbroucke authored
-
- 10 Mar, 2017 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 09 Mar, 2017 2 commits
-
-
Bert Vandenbroucke authored
Cleaned up 1D Voronoi algorithm some more. Added SHADOWFAX_TOTAL_ENERGY flag and support for an isothermal EoS.
-
Bert Vandenbroucke authored
-