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 issue #36 #37

Merged
merged 6 commits into from
Sep 12, 2023
Merged

Fix issue #36 #37

merged 6 commits into from
Sep 12, 2023

Conversation

mrambausek
Copy link
Contributor

The removed code overwrites some properties for whatever reason, in particular, quad_scheme.
In TensorElement these two lines were not there at all and I do not think that they are required for VectorElement.

rambausek and others added 5 commits July 31, 2020 17:10
The removed code overwrites some properties for whatever reason,
in particular, quad_scheme.
In TensorElement these two lines were not there at all.
… properly

Note: the call to FiniteElementBase.__init__ overrides some properties set by the MixedElement
constructor. Essentially the same seems to be done in TensorElement, but more explicitly.
@mscroggs mscroggs merged commit 5d6df80 into FEniCS:main Sep 12, 2023
11 checks passed
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.

VectorElement constructor drops quadrature rule when family is a FiniteElement
3 participants