-
Notifications
You must be signed in to change notification settings - Fork 168
Further cleaning the handling of grid searching errors #2177
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
Merged
fluidnumerics-joe
merged 20 commits into
v4-dev
from
curvilinear_index_search_without_while_loop
Sep 13, 2025
Merged
Changes from 10 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b428cd2
Further cleaning the handling of grid searching errors
erikvansebille 0bce72e
Removing while-loop in _search_indices_curvilinear_2d
erikvansebille 9035be9
Switch hash table build to use source grid overlaps; add point-in-cel…
fluidnumerics-joe f9e044b
Set nemo mesh type to spherical
fluidnumerics-joe 0cbbbc9
Vectorize hash table initialization
fluidnumerics-joe 59eecf7
Add point_in_cell method to query call
fluidnumerics-joe 4c9661c
Vectorize final query loop in j,i array construction
fluidnumerics-joe 9a3707f
Move _barycentric_coordinates function to uxgrid
fluidnumerics-joe 3c7507c
Drop uint64 to uint32 to save memory (and dilated bits don't need uin…
fluidnumerics-joe 0be54db
Drop temp variables to int32
fluidnumerics-joe dfbb991
Return coordinates from PIC search and remove redundant coordinate ca…
fluidnumerics-joe 95cb593
Add logic for using provided guess
fluidnumerics-joe 46c988e
Set failed query indices to GRID_SEARCH_ERROR
fluidnumerics-joe 8d62e20
Remove "reconstruct"
fluidnumerics-joe dc06f63
Add _point_in_cell private method to spatialhash
fluidnumerics-joe 9645ea3
Merge remote-tracking branch 'origin/v4-dev' into curvilinear_index_s…
fluidnumerics-joe 29e5fe0
Merge remote-tracking branch 'origin/v4-dev' into curvilinear_index_s…
fluidnumerics-joe 50f0e85
Remove initial None set for spatial hash
fluidnumerics-joe 6df7035
Merge branch 'v4-dev' into curvilinear_index_search_without_while_loop
fluidnumerics-joe 031eb46
Merge branch 'v4-dev' into curvilinear_index_search_without_while_loop
fluidnumerics-joe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.