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 element name in mixed Poisson demo #3391

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Fix element name in mixed Poisson demo #3391

merged 1 commit into from
Sep 13, 2024

Conversation

jpdean
Copy link
Member

@jpdean jpdean commented Sep 12, 2024

The mixed Poisson demo says it uses the Brezzi-Douglas-Fortin-Marini element in the docs, but it's actually using the BDMCF element, which is (as far as I'm aware) just a Brezzi-Douglas-Marini element defined on a quad (the CF stands for cubical face, not Fortin). This PR fixes the name.

@mscroggs please correct me if this is wrong.

@jhale
Copy link
Member

jhale commented Sep 12, 2024

I think this was my mistake, thanks Joe!

@jhale jhale added this pull request to the merge queue Sep 13, 2024
Merged via the queue into main with commit 1da748a Sep 13, 2024
27 checks passed
@jhale jhale deleted the jpdean/fix_ele_name branch September 13, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants