-
Notifications
You must be signed in to change notification settings - Fork 31
Enhance material views with iterators to traverse zone id/vf data. #1715
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
Open
BradWhitlock
wants to merge
42
commits into
develop
Choose a base branch
from
feature/whitlock/material_view_iterators
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 31 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
67a0044
Material view iterator for unibuffer matset.
BradWhitlock 951df9b
Added MultiBufferMaterialView::iterator.
BradWhitlock 77d5a00
Added ElementDominantMaterialView::iterator
BradWhitlock 53e40cf
Delete default constructors for matset iterator types.
BradWhitlock b302ed4
Material view iterator improvements.
BradWhitlock 0047a14
Extend mir_concentric_circles with a traversal method that times mats…
BradWhitlock 4aac6c9
Far faster UnibufferMaterialView::iterator
BradWhitlock b81fbde
Updated command line option doc.
BradWhitlock 47fae97
Added comment
BradWhitlock 6aa2897
make style
BradWhitlock 1da959f
Added missing AXOM_HOST_DEVICE macro.
BradWhitlock fe1a41f
Fix an iterator.
BradWhitlock 5006395
Use iterator in MatsetSlicer.
BradWhitlock 674b300
Use matset iterator in MergeMeshes.
BradWhitlock be4f7c9
Use matset iterator in TopologyMapper.
BradWhitlock c057972
Use iterators in test.
BradWhitlock de79be5
Add a new ArrayView-based zoneMaterials method in matset views. Use i…
BradWhitlock 8a86edd
Merge branch 'bugfix/whitlock/increase_mir_max_polygon_size' into fea…
BradWhitlock 6d70943
RELEASE-NOTES.md
BradWhitlock 032fd01
Added another zoneMaterials test
BradWhitlock 833ea28
Added heavily_mixed MIR example.
BradWhitlock f4e87d1
CMake testing fixes.
BradWhitlock 8608815
Update release notes
BradWhitlock 5ef3e68
Debugging code for bad clip shapes.
BradWhitlock b91d136
Logging changes in example applications
BradWhitlock 68d0ab5
Fix view type
BradWhitlock ea443fd
Adjust clip precision based on type.
BradWhitlock 9905b8a
make style
BradWhitlock d5eff88
Merge branch 'develop' into feature/whitlock/material_view_iterators
BradWhitlock 4703bf1
Added a check for the last fragment's bounding box
BradWhitlock c93e16d
Merge branch 'feature/whitlock/material_view_iterators' of github.com…
BradWhitlock 0654350
Renamed iterator to const_iterator and improved its docs. Also change…
BradWhitlock b49ffc1
Tweak to the RELEASE-NOTES.
BradWhitlock 69daa62
Revert a change I did not mean to commit.
BradWhitlock 41ca3ae
Merge branch 'develop' into feature/whitlock/material_view_iterators
BradWhitlock 22ae3c1
Merge branch 'develop' into feature/whitlock/material_view_iterators
BradWhitlock d149b90
Added default MAXMATERIALS value in matset views.
BradWhitlock bcaf4c8
Merge branch 'feature/whitlock/material_view_iterators' of github.com…
BradWhitlock 972c88b
Merge branch 'develop' into feature/whitlock/material_view_iterators
BradWhitlock 43d28b5
Fix OMP race condition with Umpire.
BradWhitlock bfcf63e
Merge branch 'feature/whitlock/material_view_iterators' of github.com…
BradWhitlock c41908a
Merged develop into branch.
BradWhitlock 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍