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

Implement regular grid-based decomposition with dense subdomain reconstruction #187

Merged
merged 4 commits into from
Jul 5, 2023

Conversation

w1th0utnam3
Copy link
Member

Implements an alternative to the previous octree based decomposition with sparse reconstruction by using a regular grid to classify particles into subdomains and a local dense reconstruction. Stitching doesn't require any overlap anymore. Usually this approach is about two times faster than the old octree-based implementation.
The goal is to remove the octree-based implementation if the new approach proves to be successful.

@w1th0utnam3 w1th0utnam3 changed the title Implement dense subdomain grid-based reconstruction Implement regular grid-based decomposition with dense subdomain reconstruction Jul 5, 2023
@w1th0utnam3 w1th0utnam3 merged commit 11b6261 into main Jul 5, 2023
4 checks passed
@w1th0utnam3 w1th0utnam3 deleted the dense_subdomains branch July 5, 2023 15:06
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