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

Pass around neighbor meshes when determining AMR decisions #5558

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

kidder
Copy link
Member

@kidder kidder commented Oct 11, 2023

Proposed changes

In addition to passing an Element's AMR decisions, pass along what its new Mesh will be.
This will enable the mortar mesh to be initialized when adjusting the Domain during AMR.

Upgrade instructions

Code review checklist

  • The code is documented and the documentation renders correctly. Run
    make doc to generate the documentation locally into BUILD_DIR/docs/html.
    Then open index.html.
  • The code follows the stylistic and code quality guidelines listed in the
    code review guide.
  • The PR lists upgrade instructions and is labeled bugfix or
    new feature if appropriate.

Further comments

amr::Info will be used to pass around both the flags for the AMR decision
and the new Mesh after refinement.
This change allows Elements to figure out the new Mesh of their neighbors
when adjusting the Domain after the final AMR decisions are determined.
@wthrowe wthrowe merged commit 4a63431 into sxs-collaboration:develop Oct 13, 2023
21 of 22 checks passed
@kidder kidder deleted the neighbor_info branch October 18, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants