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

Fix orientation issue with hex cells. #13912

Merged
merged 1 commit into from Jun 7, 2022

Conversation

luca-heltai
Copy link
Member

@luca-heltai luca-heltai commented Jun 6, 2022

Some cells in 3d do not have standard face orientation in hexes. Simplest case: hyper ball.

This change makes sure that we create CGAL surface meshes with correct face orientation when transforming single cells into surface meshes.

@luca-heltai luca-heltai added this to In progress in CGAL Support via automation Jun 6, 2022
@luca-heltai luca-heltai added this to the Release 9.4 milestone Jun 6, 2022
@luca-heltai luca-heltai force-pushed the cgal-fix-orientation-hex branch 2 times, most recently from afdc392 to fe69eb1 Compare June 6, 2022 10:25
@luca-heltai
Copy link
Member Author

/rebuild

// In order for CGAL to be able to produce the right orientation, we need
// to revers the order of the vertices for faces with even index.
// to revers the order of the vertices for faces with even index. However,
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
// to revers the order of the vertices for faces with even index. However,
// to reverse the order of the vertices for faces with even index. However,

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed, thanks.

@kronbichler kronbichler merged commit 68c2da4 into dealii:master Jun 7, 2022
CGAL Support automation moved this from In progress to Done Jun 7, 2022
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
…-hex

Fix orientation issue with hex cells.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants