AMReX-Combustion / PeleLMeX

An adaptive mesh hydrodynamics simulation code for low Mach number reacting flows without level sub-cycling.
https://amrex-combustion.github.io/PeleLMeX/
BSD 3-Clause "New" or "Revised" License
24 stars 32 forks source link

fix regrid for the radiation module #345

Closed wjge closed 4 months ago

wjge commented 4 months ago

When the regrid() remakes any levels, the radiation module will fail.

baperry2 commented 4 months ago

@wjge Can you update the PelePhysics submodule here to the version from your PelePhysics PR?

wjge commented 4 months ago

@wjge Can you update the PelePhysics submodule here to the version from your PelePhysics PR?

Could you tell me the best workflow for that? Change the CI to checkout the PR in PelePhysics?

baperry2 commented 4 months ago

Could you tell me the best workflow for that? Change the CI to checkout the PR in PelePhysics?

This is done as a regular git commit. In your branch of PeleLMeX, go into the Submodules/PelePhysics directory, then checkout the appropriate git hash or branch of PelePhysics that includes your updates for PelePhysics, then, from the PeleLMeX directory you can just do git add Submodules/PelePhysics, git commit -m "message", and git push as usual.