AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.

Home Page:http://amrex-astro.github.io/Castro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

potentially more issues with reties and amr.subcycle_mode = None

zingale opened this issue · comments

It looks like we need to update retry_advance_ctu() to do save_data_for_retry() and zero out the fluxes on all levels if we are not doing AMR subcycling.

We probably also need to update the time level stuff after the subcycling is complete in subcycle_advance_ctu()

these are fixed in #2824

this seems to be fixed now