Remove regrid_on_restart assert and set dt_level in RegridOnly#5456
Remove regrid_on_restart assert and set dt_level in RegridOnly#5456cityadmirer wants to merge 1 commit into
Conversation
|
Could you please add some description to the PR? Why is the previous behavior incorrect and how does this PR fix it? |
|
The full regrid logic is embedded in |
|
The |
|
We didn't know what to do with your PR #4752 for the similar reason. We are just not confident that it will not break other people's code. Fortunately, you can always derive from amrex::Amr class and customize it to your needs. That was I wanted to suggest in that PR. |
Summary
fix Amr::RegridOnly(): remove assertion and set dt_level
Additional background
Checklist
The proposed changes: