AMReX-Astro / MAESTROeX

A C++ low Mach number stellar hydrodynamics code
https://amrex-astro.github.io/MAESTROeX/
BSD 3-Clause "New" or "Revised" License
40 stars 22 forks source link

Slopez Race Condition Fix #402

Closed ajnonaka closed 9 months ago

ajnonaka commented 9 months ago

Fix race condition in slopez for 4th order case near physical boundaries update the treatment to match slopex and slopey cases which recompute slopes intead of relying on neighboring slopes which may not have been computed yet on a GPU

zingale commented 9 months ago

@biboyd can you review this?