-
Notifications
You must be signed in to change notification settings - Fork 191
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
Mc high ka corrections #5977
Mc high ka corrections #5977
Conversation
Depends on #5902 |
10bc6dc
to
c8c0f92
Compare
7424311
to
0939cef
Compare
Rebased against 5902 and ready for review. |
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.
you can squash the change when rebasing
#include <array> | ||
|
||
#include "Evolution/Particles/MonteCarlo/NeutrinoInteractionTable.hpp" | ||
#include "Evolution/Particles/MonteCarlo/TemplatedLocalFunctions.hpp" |
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.
make this the first include followed by a blank line
// d(radiation_energy_density)/d(fluid_energy_density) | ||
// at constant Ye, and | ||
// d(neutrino_lepton_number_density)/d(proton_number_density) | ||
// at constant T as measured of how 'impactfull' neutrino |
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.
as a measure of how impactful
5f00b37
to
a52c6fa
Compare
a52c6fa
to
37e1856
Compare
Proposed changes
Add corrections to high absorption opacity regions needed for implicit Monte-Carlo
Upgrade instructions
NA
Code review checklist
make doc
to generate the documentation locally intoBUILD_DIR/docs/html
.Then open
index.html
.code review guide.
bugfix
ornew feature
if appropriate.