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
297 stars 99 forks source link

swap the order of Poisson and the first burn for Strang #2726

Closed zingale closed 4 months ago

zingale commented 7 months ago

it should not matter which comes first, since reactions don't change density, but this swap will allow us to precompute the shock flag with sources before the first burn.

PR summary

PR motivation

PR checklist