- 10 Aug, 2018 1 commit
-
-
Bert Vandenbroucke authored
Cleaned up some equations in Gizmo's hydro_iact and hydro_gradients. Moved the gradient prediction to before the velocity boost.
-
- 22 May, 2018 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Moved Gizmo to GizmoMFV, and changed gizmo configuration option to gizmo-mfv. Made sure all unit tests compile again with gizmo-mfv.
-
- 08 Apr, 2018 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 07 Apr, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 28 Feb, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 19 Jan, 2018 1 commit
-
-
Matthieu Schaller authored
-
- 14 Dec, 2017 1 commit
-
-
Bert Vandenbroucke authored
-
- 11 Dec, 2017 1 commit
-
-
Bert Vandenbroucke authored
Removed time step from flux computation. Removed (untested) flux limiter and unused variables in hydro_part. Discovered and fixed a possible bug in Gizmo particle velocities treatment in flux computation.
-
- 11 Sep, 2017 1 commit
-
-
Matthieu Schaller 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.
-
- 26 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 22 May, 2017 1 commit
-
-
Matthieu Schaller authored
Implemented the changes in ls that prevent gizmo crashes in cases where the mesh is seriously distorted
-
- 08 Mar, 2017 1 commit
-
-
Bert Vandenbroucke authored
-
- 03 Mar, 2017 3 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Added some extra isothermal eos flags in Gizmo/hydro.h. Made sure gpart mass is updated when conserved mass changes. Fixed a number of possible issues with the isothermal Riemann solver.
-
- 01 Mar, 2017 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
Added some extra checks to correctly handle vacuum + some debug checks. 2D Noh test now seems to work with moving particles.
-
- 28 Feb, 2017 2 commits
-
-
Bert Vandenbroucke authored
Streamlined GIZMO_FIX_PARTICLES usage (tried to add parameter, but this does not work, as space_init has no access to the hydro_properties). Moved conserved variable initialization to hydro_first_init_part, and removed it from hydro_convert_quantities. Added some sanity checks to maintain positive density and pressure.
-
Bert Vandenbroucke authored
Cleaned up Gizmo fixes. Added a hydro_timestep_extra method and added an empty version for all hydro schemes.
-
- 27 Feb, 2017 1 commit
-
-
Bert Vandenbroucke authored
-
- 07 Jan, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 30 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
Replaced all calls to fminf and fmaxf by the macros that was added for the integer min/max functions.
-
- 22 Aug, 2016 1 commit
-
-
Matthieu Schaller authored
-
- 19 Aug, 2016 1 commit
-
-
Bert Vandenbroucke authored
-
- 16 Aug, 2016 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 14 Aug, 2016 2 commits
-
-
Bert Vandenbroucke authored
-
Bert Vandenbroucke authored
-
- 12 Aug, 2016 4 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.
-
Matthieu Schaller authored
-
Bert Vandenbroucke authored
-