You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace HLLD Riemann Solver with the one from Athena++
- the Athena++ implementation seems much easier to follow and is noticably faster (for equivalent sets of optimization flags).
- We slightly tweaked some of the expected VL+CT test results to account for this change.
- Unfortunately, we need to drop the -fno-math-errno flag from linux_gcc.cmake, by default. The MHD_shock_tube_test showed that with the fno-math-errno flag, the 1D MHD shock tube problems have slightly different L1 error norms for the VL+CT solver, depending on the position in the transverse direction (In other words, if we ran the 1D shock tube test along the y-direction, the L1 error norm depends on the x,z components of the problem).
0 commit comments