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

PABLO: rework the function that evaluates the octant owner of a point #452

Merged
merged 4 commits into from
May 16, 2024

Conversation

andrea-iob
Copy link
Member

If the owner of the point is an internal octant, decrementing the Morton upper bound by one will give us the requested octant. If the owner of the point is a ghost octant, we need to test all the octants before the Morton upper bound.

If the owner of the point is an internal octant, decrementing the
Morton upper bound by one will give us the requested octant. If the
owner of the point is a ghost octant, we need to test all the octants
before the Morton upper bound.
Copy link
Member

@marcocisternino marcocisternino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code checked and tested using voloctree mesh mapper

@andrea-iob andrea-iob merged commit b25143d into master May 16, 2024
10 checks passed
@andrea-iob andrea-iob deleted the PABLO.fix.point.owner.identification branch May 16, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants