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

Start simplification and consistency fixes for fem::FiniteElement #3502

Merged
merged 12 commits into from
Nov 8, 2024

Conversation

garth-wells
Copy link
Member

fem::FiniteElement and fem::FunctionSpace are in a bit of a mess with respect to block size, value_shape and mixed elements. It's all a bit muddled. This is a first step of several to straighten things out. This change makes fem::FiniteElement::_reference_value_shape optional - it takes on a value only when it makes sense and when needed, i.e. not for mixed elements.

@garth-wells garth-wells added this pull request to the merge queue Nov 8, 2024
Merged via the queue into main with commit b40ab4d Nov 8, 2024
27 checks passed
@garth-wells garth-wells deleted the garth/fix-value-size branch November 8, 2024 15:46
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.

1 participant