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

[GeoMechanicsApplication] Line interface geometry can now generate edges #12684

Merged
merged 5 commits into from
Sep 20, 2024

Conversation

avdg81
Copy link
Contributor

@avdg81 avdg81 commented Sep 19, 2024

📝 Description

The new line interface geometry now supports generating its edges. Note the that first edge's points are identical to the points of the first side. The second edge's points reference the points at the second side. However, since this edge has opposite orientation, the end points will be swapped and any intermediate points will be reversed, too.

The nodes of the first edge are identical to the nodes of the first side. The nodes of the second edge have the end nodes swapped and any high-order nodes are reversed.
@avdg81 avdg81 added the GeoMechanics Issues related to the GeoMechanicsApplication label Sep 19, 2024
@avdg81 avdg81 requested review from rfaasse and WPK4FEM September 19, 2024 10:09
@avdg81 avdg81 self-assigned this Sep 19, 2024
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear implementation that should also work for higher order mid geometries! Also nicely documented and tested, I only have a few minor suggestions.

- Split a unit test case to be consistent with other test cases.
- Be more explicit about the top and bottom sides of the line interface geometry in the documentation.
@avdg81 avdg81 requested a review from rfaasse September 19, 2024 11:23
rfaasse
rfaasse previously approved these changes Sep 19, 2024
Copy link
Contributor

@rfaasse rfaasse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for incorporating the changes, looks good to go to me!

Copy link
Contributor

@WPK4FEM WPK4FEM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and small.
I think it tests the current configurations, but needs more testing as soon as even higher order edges appear.

Clarified the opposite orientation of the geometry's second edge.
Copy link
Contributor

@WPK4FEM WPK4FEM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go.

@avdg81 avdg81 enabled auto-merge (squash) September 20, 2024 07:15
@avdg81 avdg81 merged commit a6011ad into master Sep 20, 2024
9 of 11 checks passed
@avdg81 avdg81 deleted the geo/line-interfaces-can-generate-edges branch September 20, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GeoMechanics Issues related to the GeoMechanicsApplication
Development

Successfully merging this pull request may close these issues.

3 participants