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 vertex orientations in torus mesh #16287

Merged
merged 3 commits into from Nov 23, 2023
Merged

Conversation

kronbichler
Copy link
Member

This fixes #16272 - I think the basic test case by @peterrum is enough if we look at the mesh statistics (also for p4est versions that do not include the assertion, I see that p4est 2.8 would throw).

Note that I had to adjust one test case where the order of vertices in the torus would matter.



// Test GridGenerator::torus, which used to run into an assertion with p4est
// due to bad orientations before 2023
Copy link
Member

Choose a reason for hiding this comment

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

Could you add the issue number?

Copy link
Member

@peterrum peterrum left a comment

Choose a reason for hiding this comment

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

Thanks!

@peterrum
Copy link
Member

@kronbichler There is a failing test:

grid/torus_01.debug

@kronbichler kronbichler merged commit f1c6d6e into dealii:master Nov 23, 2023
14 of 15 checks passed
@kronbichler kronbichler deleted the fix_torus branch March 18, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distributed triangulation: assertion when distributing DoFs
2 participants