FEniCS / dolfinx

Next generation FEniCS problem solving environment
https://fenicsproject.org
GNU Lesser General Public License v3.0
742 stars 178 forks source link

Fix element name in mixed Poisson demo #3391

Closed jpdean closed 2 weeks ago

jpdean commented 2 weeks ago

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 commented 2 weeks ago

I think this was my mistake, thanks Joe!