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

Distribute fixed width data #3240

Merged
merged 6 commits into from
Jun 2, 2024
Merged

Conversation

chrisrichardson
Copy link
Contributor

Topology data is currently distributed as an AdjacencyList. This PR reduces memory usage and improves efficiency of mesh creation in parallel, by sending fixed-width data for topology (which is always the case).
Preparation for sending multiple cell types in a future PR.

@chrisrichardson chrisrichardson marked this pull request as ready for review June 1, 2024 09:44
@chrisrichardson
Copy link
Contributor Author

Thanks for comments @garth-wells - sometimes writing the documentation is the hardest part.

@chrisrichardson chrisrichardson added this pull request to the merge queue Jun 2, 2024
Merged via the queue into main with commit bd5ba2c Jun 2, 2024
28 checks passed
@chrisrichardson chrisrichardson deleted the chris/distribute-fixed-width branch June 2, 2024 18:53
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.

2 participants