-
Notifications
You must be signed in to change notification settings - Fork 23
Grab bag of changes for Blast, incl. Axom update #333
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
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit b990b4d.
src/CRKSPH/CRKSPH.cc
Outdated
| //------------------------------------------------------------------------------ | ||
| // Destructor. | ||
| //------------------------------------------------------------------------------ | ||
| template<typename Dimension> | ||
| CRKSPH<Dimension>:: | ||
| ~CRKSPH(){ | ||
| // Needs to be here due to implicit PairwiseField delete | ||
| } | ||
|
|
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.
Had to add this to all the hydro packages. Otherwise, the build fails since the PairwiseField destructor isn't available in the header file.
|
Is anything here still relevant and useful? |
This branch includes the changes needed to get spheral running smoothly in marbl. There are a few fixes to includes that were needed to build (PairwiseField) and a few features (different density sum in FSISPH and the ability to delete nodes). My guess is that marbl is still using a commit from this branch unless someone has updated it, so I would check with the marbl team to see what they would like to do. |
|
Got it. Thanks @brbass ! |
Summary
This PR does a few things:
The Axom updates include fixes from the version that Kenny posted earlier, so those should be disregarded.
ToDo :
RELEASE_NOTES.mdwith notable changes.