-
Notifications
You must be signed in to change notification settings - Fork 666
Overlap detection for plotter #3969
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
paulromano
merged 40 commits into
openmc-dev:develop
from
viktormai:overlap-detection-for-plotter
Jul 6, 2026
Merged
Changes from 31 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c547b57
Add filter_get_bins interface (not efficient for plotter)
paulromano 7f668bc
Combine filter index search with id_map
paulromano 2287926
Implement new openmc_raster_plot function
paulromano b12b92e
Avoid duplicated code in get_raster_map
paulromano e86c060
Remove get_plot_bins for Filter
paulromano 2e81cb0
Add tests for raster_plot
paulromano d80198b
Small doc fix
paulromano 3db1e54
Initial shot at arbitrary orientation slice plots
paulromano adf7ad3
Remove 'axes' and reorder arguments in lib.raster_plot
paulromano fceb98c
Support u_span and v_span in Model.raster_plot
paulromano ac0e900
Rename raster -> slice for consistency
paulromano 4d6c610
Merge branch 'develop' into slice-plot-api
paulromano 6533034
Restore original (arbitrary) direction for slice plotting
paulromano 4824efa
Revert changes to comments
paulromano 1485504
Merge branch 'develop' into slice-plot-api
paulromano 447efcc
Merge branch 'develop' into slice-plot-api
paulromano 4e225e2
Initial overlap checking support using new slice plot API
viktormai 064e68f
Added unit test for 2 cell and 3 cell overlap returns
viktormai e5a8b14
Fixed overlap logic to be based off slice_data name
viktormai 5d0bd24
Merged main branch with overlap changes
viktormai 54017c1
Fixed show_overlaps_ syntax
viktormai 943478d
Fixed _dll bindings bug
viktormai a0f5a6f
Added test file
viktormai 99f74be
Clang format
viktormai d4757f4
Remove unwanted test files
viktormai 25a68b6
Fixed clang format 2
viktormai df5e0f9
Initial review changes on cpp side, still needs testing and more changes
viktormai 5179de8
Unordered map alongside vector for overlaps
viktormai 5714815
Fixed overlap_count argtype and set_overlap
viktormai a32c6e2
Fixed format
viktormai 72241c3
Stopped tracking old test file
viktormai 10b555e
Fixed threading issue and hash format
viktormai 6af1205
Clang
viktormai f7b192e
Added overlap test file
viktormai e9c7e26
Spacing and int type changes
viktormai b081f03
Clang
viktormai 5ffe6c3
Removed old comment
viktormai 41f994b
Small edits
paulromano 0b875d0
Initialize openmc.lib once for overlap tests
paulromano 57b10d8
Simplifications to tests
paulromano 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
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
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.