-
Notifications
You must be signed in to change notification settings - Fork 65
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
enh: add shell namespaces and verify for mesh bp #55
Merged
Commits on Sep 20, 2016
-
enh: add shell namespaces and verify for mesh bp
added implementation of mesh/coordset verify added implementation of mesh verify that relies on: mesh/coordset (implemented) mesh/topology (unimplemented) mesh/field (unimplemented) added info output to mcarray verify wired generic interface for path based protocol identification ex: blueprint::verify(n,"mesh/coordset") maps to blueprint::mesh::coordset::verify(n,"mesh/coordset") still evolving structure of the info output for verify, but it looks like the following: { valid = "true" or "false" (if errors) errors = ["error string 1", "error string 2"] child { valid = "true" or "false" (if errors) errors = ["error string 1", "error string 2"] } ... } this allows us to report errors at any part in a hierarchy, but assumes protocols won't require the names "valid" or "errors"
Configuration menu - View commit details
-
Copy full SHA for f32e1e1 - Browse repository at this point
Copy the full SHA f32e1e1View commit details
Commits on Sep 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 981a4a8 - Browse repository at this point
Copy the full SHA 981a4a8View commit details
Commits on Oct 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 808ddf8 - Browse repository at this point
Copy the full SHA 808ddf8View commit details
Commits on Oct 3, 2016
-
also: refactored verify logging logic + helpers added check for grid_function to bp::mesh::generate_index
Configuration menu - View commit details
-
Copy full SHA for 3e6183f - Browse repository at this point
Copy the full SHA 3e6183fView commit details
Commits on Oct 4, 2016
-
change mesh bp imp to use namespaces in func defs
remove none info variants of verify funcs
Configuration menu - View commit details
-
Copy full SHA for e5d0172 - Browse repository at this point
Copy the full SHA e5d0172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffda2e - Browse repository at this point
Copy the full SHA 8ffda2eView commit details -
flush out coord_system protocol
added more structure to coord_system protocol to support cart, cylnd, and spherical
Configuration menu - View commit details
-
Copy full SHA for 0946e1c - Browse repository at this point
Copy the full SHA 0946e1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 694849a - Browse repository at this point
Copy the full SHA 694849aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e442fa - Browse repository at this point
Copy the full SHA 8e442faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1555181 - Browse repository at this point
Copy the full SHA 1555181View commit details
Commits on Oct 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 047b974 - Browse repository at this point
Copy the full SHA 047b974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2418c - Browse repository at this point
Copy the full SHA 0c2418cView commit details
Commits on Oct 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d213787 - Browse repository at this point
Copy the full SHA d213787View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17cc00 - Browse repository at this point
Copy the full SHA e17cc00View commit details -
Merge branch 'enh/2016_09_blueprint_mesh_verify' of https://github.co…
…m/llnl/conduit into enh/2016_09_blueprint_mesh_verify
Configuration menu - View commit details
-
Copy full SHA for 15b5685 - Browse repository at this point
Copy the full SHA 15b5685View commit details
Commits on Oct 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6b0897b - Browse repository at this point
Copy the full SHA 6b0897bView commit details
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.