-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feature/sidre data collection #64
Merged
Merged
Changes from 35 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
c0ac876
sidre integration start. Basic view creation written, not used in cod…
de4aea2
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
bdac89c
import works, sidre test doesnt: function used not found
bb3529d
working towards storing int Fields sidre test
ecd155d
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
a4a8f54
Moving the templated methods of SidreDataCollection to inlined
jmikeowen ccc4f3f
Merge branch 'feature/sidre-data-collection' of https://github.com/jm…
MishaZakharchanka 3a5b877
working out axom functions overloaded with const
MishaZakharchanka d627d2a
commented out const overloaded func, working on wrapping Group::print().
MishaZakharchanka 59a3d47
Int test almost working, everything but Data is reading correctly
MishaZakharchanka e889053
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
MishaZakharchanka a8061ab
Working Sidre test for ints
MishaZakharchanka e502d05
Trying to build to include gtest, issues with linking.
MishaZakharchanka 11605f0
Merge branch 'feature/sidre-data-collection' into python-env-sidre
mdavis36 fbea6d2
Merge branch 'feature/sidre-data-collection' into python-env-sidre
mdavis36 63546f8
Merge branch 'feature/python-env' into python-env-sidre
mdavis36 2d05a5c
Merge branch 'feature/python-env' into feature/sidre-data-collection
MishaZakharchanka 671810c
Merge branch 'feature/sidre-data-collection' into python-env-sidre
mdavis36 4dca95f
Merge branch 'feature/python-env' into python-env-sidre
mdavis36 5de3d54
Fixing CXXTests CMake merge conflict.
mdavis36 aa6ac84
Merge pull request #37 from LLNL/python-env-sidre
MishaZakharchanka 99f61ed
Scalar value tests working except char and bool
MishaZakharchanka 3a5a168
Vector storage in Sidre working
MishaZakharchanka 47e702f
Field of vectors stored in Sidre works
MishaZakharchanka 5afe3f0
vector working merged with develop
MishaZakharchanka 4c590af
Missed line comment.
mdavis36 9dd654c
Expose SPHERAL_CXX_LIBS porperty to CXXTests.
mdavis36 a78ef4c
tuples saved into sidre
MishaZakharchanka 437b44f
resolved merge conflict.
MishaZakharchanka f689130
removing deleted header file
MishaZakharchanka a7b843c
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
MishaZakharchanka 749212a
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
MishaZakharchanka 2015b1d
Added storing and tests for dim types
MishaZakharchanka bd65c07
Added template for Dim types, Dim1Vector test supposed to fail
MishaZakharchanka f4d4df9
cleaned up and tests working, not all tests testing all values
MishaZakharchanka 5712623
Problem with NRankTensor not working like other dim types
MishaZakharchanka 85c3ec4
Dim<1>ThirdRankTensor storing in sidre working
MishaZakharchanka 5aa42c2
merging develope fixed conflict
MishaZakharchanka 41843c0
Dim2 vector not saving correctly, buffer showing 3th dim
MishaZakharchanka a4c437d
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
MishaZakharchanka 6f13c4a
Dim<2> Vector working with extra function
MishaZakharchanka f2e5ee9
Templating out Dimensional value for is_rank_n_tensor type trait.
mdavis36 6896451
Drawing out re-org prototype for tests.
mdavis36 8fa1953
Adding AxomType to DataTypeTraits, may not need this later...
mdavis36 7b8d4d0
Prototype sidre alloc with vector / scalar types.
mdavis36 9b0d637
Merge pull request #76 from LLNL/feature/mdavis36/sidre-data-collection
MishaZakharchanka a741238
tests changed to be macros and fields now saved into Groups
MishaZakharchanka 888037f
Merge remote-tracking branch 'origin/develop' into feature/sidre-data…
MishaZakharchanka 5a77ab5
formatting changes
MishaZakharchanka 86e8197
Merge branch 'develop' into feature/sidre-data-collection
MishaZakharchanka 0cd2951
fixing CXXTests CMake format
MishaZakharchanka 94d807a
Merge branch 'develop' into feature/sidre-data-collection
MishaZakharchanka 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 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 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 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 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.
Formatting
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.
Bump