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 hp::Refinement::limit_p_level_difference for p-coarsening #16705

Merged
merged 1 commit into from Mar 3, 2024

Conversation

marcfehling
Copy link
Member

The function did not set future FE indices correctly when p-coarsening was involved.

@@ -0,0 +1,7 @@

DEAL::0_0:: active:1 future:2 flag:1
DEAL::1_0:: active:1 future:1 flag:0
Copy link
Member Author

Choose a reason for hiding this comment

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

Before the patch, this used to read

DEAL::1_0:: active:1 future:0 flag:1

@@ -0,0 +1,89 @@
// ------------------------------------------------------------------------
//
// SPDX-License-Identifier: LGPL-2.1-or-later
Copy link
Member Author

Choose a reason for hiding this comment

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

Shall I already use the Apache license for new files?

Copy link
Member

@bangerth bangerth left a comment

Choose a reason for hiding this comment

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

This looks right.

@bangerth bangerth merged commit 3fc2fae into dealii:master Mar 3, 2024
16 checks passed
@marcfehling marcfehling deleted the fix_limit-p-level branch March 4, 2024 03:15
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.

None yet

3 participants