Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EB: Add Fine Levels #2881

Merged
merged 1 commit into from
Aug 5, 2022
Merged

Commits on Jul 20, 2022

  1. EB: Add Fine Levels

    Add a new function EB2::addFineLevels() that can be used to add more fine
    levels to the existing EB IndexSpace without changing the coarse levels.
    This is useful for restarting with a larger amr.max_level.  The issue is we
    build EB at the finest level first and then coarsen it to the coarse levels.
    If the restart run has a different finest level, the EB on the coarse levels
    could be different without using this new capability.
    WeiqunZhang committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    734f3e3 View commit details
    Browse the repository at this point in the history