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

Parallel #16

Merged
merged 38 commits into from
Nov 16, 2023
Merged

Parallel #16

merged 38 commits into from
Nov 16, 2023

Conversation

connorjward
Copy link
Owner

Also fixes numbering/permutations.

Previously I would approach numbering by reordering the layout data.
This would almost give the right thing but I wasn't actually changing
the order that I was iterating over, say, cells. This is  completely
wrong and I actually need to iterate over the cells according to their
new numbering.

The main implication of this is whenever I now handle dmplex queries I
need to transform things using the numbering as a map.
@connorjward connorjward marked this pull request as ready for review November 16, 2023 18:38
@connorjward connorjward merged commit 513d894 into main Nov 16, 2023
3 of 4 checks passed
@connorjward connorjward deleted the connorjward/parallel branch November 16, 2023 18:39
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