- 19 Dec, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 21 Nov, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 02 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 01 Jun, 2017 1 commit
-
-
Matthieu Schaller 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 1 commit
-
-
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.
-
- 09 Mar, 2017 3 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
-
Bert Vandenbroucke authored
-
- 07 Sep, 2016 1 commit
-
-
Bert Vandenbroucke authored
-
- 06 Sep, 2016 1 commit
-
-
Bert Vandenbroucke authored
Constructing a 3D voronoi grid now seems to work. Still need to find a way to correctly initialize the box.
-
- 02 Sep, 2016 1 commit
-
-
Bert Vandenbroucke authored
-
- 24 Aug, 2016 1 commit
-
-
Bert Vandenbroucke authored
-
- 17 Aug, 2016 4 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Wrote first working version of 1D moving mesh code. Got stuck in mesh steering and correct slope limiting.
-
Bert Vandenbroucke authored
-
- 16 Aug, 2016 5 commits
-
-
Bert Vandenbroucke authored
Wrote 1D Voronoi cell generation algorithm and corresponding unit test. Algorithm is not coupled into swift yet.
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 15 Aug, 2016 1 commit
-
-
Bert Vandenbroucke authored
-
- 14 Aug, 2016 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 12 Aug, 2016 3 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Broke one of my own rules by doing too much in a single commit: implemented runner_extra_ghost, moved gradient calculations for both gradient types to new gradient loop, fixed bug in engine.c involving the number of links (which is larger with an extra loop), streamlined gradient methods, documented most GIZMO specific files. Second loop works.
-
Bert Vandenbroucke authored
-
- 11 Aug, 2016 4 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Wrote dimension dependent matrix inversion method and corresponding unit test. Started making Gizmo dimension independent.
-
- 10 Aug, 2016 4 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
First seemingly working version of Gizmo hydro. Removed superfluous messages from vacuum Riemann solver.
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 08 Aug, 2016 1 commit
-
-
Bert Vandenbroucke authored
Added GIZMO_SPH option in const.h. Made sure the resulting code compiles. It probably does not work correctly though.
-
- 04 Jun, 2016 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 27 Feb, 2016 1 commit
-
-
Matthieu Schaller authored
-