Skip to content

Conversation

@brbass
Copy link
Contributor

@brbass brbass commented Feb 18, 2025

Summary

This PR does a few things:

  • Adds a simpler sum density for FSISPH
  • Adds an option to remove connectivity for given points
  • Fixes a bug that shows up with in hydro packages with default destructor and PairwiseField
  • Updates to a newer version of Axom

The Axom updates include fixes from the version that Kenny posted earlier, so those should be disregarded.


ToDo :

  • Annotate RELEASE_NOTES.md with notable changes.
  • Create LLNLSpheral PR pointing at this branch. (PR#)
  • LLNLSpheral PR has passed all tests.

@brbass brbass marked this pull request as draft February 19, 2025 00:04
@brbass brbass requested review from jmikeowen and jmpearl February 26, 2025 18:48
// }
// }

mNodePairListPtr->makeUnique();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember why I added this, but it might not be needed.

Comment on lines 92 to 100
//------------------------------------------------------------------------------
// Destructor.
//------------------------------------------------------------------------------
template<typename Dimension>
CRKSPH<Dimension>::
~CRKSPH(){
// Needs to be here due to implicit PairwiseField delete
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to add this to all the hydro packages. Otherwise, the build fails since the PairwiseField destructor isn't available in the header file.

@brbass brbass changed the title Feature/cull pairs Grab bag of changes for Blast, incl. Axom update May 22, 2025
@mdavis36 mdavis36 linked an issue May 23, 2025 that may be closed by this pull request
@ldowen
Copy link
Collaborator

ldowen commented Dec 9, 2025

Is anything here still relevant and useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Patch for [email protected]

4 participants