-
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
Splitting Artificial viscosity out of hydrodynamics packages into its own physics package #317
base: develop
Are you sure you want to change the base?
Conversation
…e-levels in multi-stage integrators
and adding an index of NodePair->index lookup map.
from the NodePairList header.
And some other cleanup...
…nfiguration choices such as which hydros to build.
…nitialization order is not great
the ConnectivtyMap is available during construction of the State and StateDerivatives. This is necessary to support pair-wise fields as state members.
problem using the SpheralController
reducing viscosity packages
derivatives if connectivity has updated
performance vs develop (about 90%)
template parameter. Let's us avoid using fields of std::pair or std::tuple.
@jmikeowen - I'd like to test this branch against the SpheralC stuff. We will need the HydroFieldNames::viscousWork variable reinstated. |
SolidSPHHydroBaseRZ.hh | ||
SolidSphericalSPHHydroBase.hh | ||
PSPH.hh | ||
SPHBase.hh |
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.
The SpheralC stuff needs SPH.hh here.
@@ -0,0 +1,23 @@ | |||
//---------------------------------Spheral++----------------------------------// |
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.
This header needs to be added to the CMakeLists.txt file, otherwise the SpheralC stuff is missing the header.
Summary
ToDo :
RELEASE_NOTES.md
with notable changes.