Add support for triangular and polygonal meshes#49
Merged
mattfalcone1997 merged 7 commits intoaurora-multiphysics:mainfrom Jun 13, 2025
Merged
Add support for triangular and polygonal meshes#49mattfalcone1997 merged 7 commits intoaurora-multiphysics:mainfrom
mattfalcone1997 merged 7 commits intoaurora-multiphysics:mainfrom
Conversation
b23202a to
d49ae61
Compare
…igible errors apparent with non-conformal interfaces
ea8c895 to
8173c28
Compare
hsaunders1904
requested changes
Jun 13, 2025
hsaunders1904
approved these changes
Jun 13, 2025
Collaborator
hsaunders1904
left a comment
There was a problem hiding this comment.
Looks good to me! Unfortunate that we couldn't nail down what was going on with the node mapping. Should we open an issue to try to get to the bottom of that at some point?
Collaborator
Author
Is this the issue with the non-conformal interfaces? I opened this #51 for it. My initial investigation suggests it's a Moose thing, I semi-reproduced with two MOOSE-only apps. I will document it properly then open a discussion/issue on their GitHub, it's possible it's a usage issue ofc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Allows support for element types other than
libmesh::QUAD4when MOOSE's OpenFOAM mesh mirror is created.Related Issue
Resolves #47 and #50
Checklist