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 assembly of rectangular arrays of block matrices #2204

Merged
merged 9 commits into from
May 25, 2022

Conversation

garth-wells
Copy link
Member

It was assumed that the index maps for the row and column blocks are the same. This is true when the matrix is square, but is not true for rectangular block matrices. This PR fixes assembly of rectangular block systems.

Fixes #2177.

@garth-wells garth-wells merged commit 909c1bc into main May 25, 2022
@garth-wells garth-wells deleted the garth/block-matrix-fix branch May 25, 2022 18:29
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.

Problem assembling rectangular matrix in parallel
1 participant