AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.
http://amrex-astro.github.io/Castro
Other
299 stars 97 forks source link

fix a check on whether the outer boundary is open in gravity #2833

Closed zingale closed 5 months ago

zingale commented 5 months ago

we were testing physbc_lo[dim] != amrex::PhysBCType::interior when it should be physbc_hi[dim]

PR summary

PR motivation

PR checklist