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

DofTools: add missing codimension-one instantiation #16494

Merged
merged 1 commit into from Jan 18, 2024

Conversation

tamiko
Copy link
Member

@tamiko tamiko commented Jan 18, 2024

In reference to #16493

@tamiko
Copy link
Member Author

tamiko commented Jan 18, 2024

/rebuild

@@ -257,15 +257,17 @@ for (deal_II_dimension : DIMENSIONS)
}


for (deal_II_dimension : DIMENSIONS)
for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
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
for (deal_II_dimension, deal_II_space_dimension : DIMENSIONS)
for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)

We have split dim and spacedim into two separate template argument lists in other occassions.

See also

SPACE_DIMENSIONS := { 1; 2; 3 }

for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)

Copy link
Member

Choose a reason for hiding this comment

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

Hmm, we wrote (deal_II_dimension, deal_II_space_dimension : DIMENSIONS) also in other parts of the library. Maybe it's better to discuss it in a separate PR. I will prepare one.

Copy link
Member Author

Choose a reason for hiding this comment

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

@marcfehling Yes, let's fix that up in a separate PR so that we catch all occurences.

@marcfehling marcfehling merged commit 54eac45 into dealii:master Jan 18, 2024
15 checks passed
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