Merged
Conversation
Sphere geometry for `MeshClipper`
TetMeshClipper depends on bump to compute the tet mesh boundary.
Plane geometry for `MeshClipper`
Cleans up the sidre mcarray example a bit.
Internal refactoring: Use a unique_ptr internally within the MFEMReader.
…ization (On by default)
Also adds a unit test for this.
…inalize if we initialized it
This makes it easy to have SLIC_ASSERT and SLIC_ERROR throw an exception instead of aborting and can be especially helpful when testing that assertions/errors happen as expected.
Attributes in file are often not contiguous, so we cannot write them to the array position of their index. Instead, we'll add them in order and return a corresponding array of original attributes when desired.
And adds tests for this.
Update to RAJA v2025.12.1, caliper 2.14.0
…eViewString()` with allocators
sidre::View's State enum removed the "SCALAR" type in favor of "TUPLE" and VisIt does not yet recognize these files. This commit adds a shim to output SCALAR for TUPLE types.
This will output "SCALAR" instead of "TUPLE" for tuple views in support of downstream readers of sidre files, like VisIt. We expect to phase this option out over time as application adopt the tuple type.
The functionality was moved into the hpp file a long time ago when templates were added to the class, but this file was not deleted.
Based on reviewer feedback, this seems like the safest strategy until there is better adoption of the TUPLE construct
Bugfix for regressions when loading sidre files in VisIt
rhornung67
approved these changes
Feb 5, 2026
Member
rhornung67
left a comment
There was a problem hiding this comment.
@BradWhitlock this content should be merged into the main branch for the release and tag.
kennyweiss
approved these changes
Feb 5, 2026
Arlie-Capps
approved these changes
Feb 5, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR makes Axom Release 0.13.0 from the content of the develop branch on 2/5/2026.