Skip to content

Fixed bug in HLLC Riemann solver flux calculation.

Bert Vandenbroucke requested to merge gizmo_hllc_solver_fix into master

This fixes #216 (closed) (again, but now all cases).

I basically overlooked a tiny detail in the real GIZMO and changed the order of some operations that cannot be interchanged. Square test is now verified to work with all 3 possible Riemann solvers.

Merge request reports