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

Optimizations for grid-based dense subdomains #190

Merged
merged 8 commits into from
Jul 11, 2023
Merged

Conversation

w1th0utnam3
Copy link
Member

  • Special handling for "very sparse domains" (domains with less than 5% particles of largest domain) by keeping track of all cubes with at least one edge above the surface threshold
  • Compute neighbor lists and densities only for particles inside of the subdomain (ghost particle values will be computed by other subdomains)
  • Use flat vectors for serial neighbor list computation instead of nested Vecs

@w1th0utnam3 w1th0utnam3 merged commit d44e7ca into main Jul 11, 2023
4 checks passed
@w1th0utnam3 w1th0utnam3 deleted the dense_subdomains branch July 18, 2023 18:57
This pull request was closed.
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