updating development with my developments#114
Open
erickurquilla wants to merge 144 commits into
Open
Conversation
Currently compute_dt runs every iteration. We may need to run compute_dt just once initially during production, since (rho,T,Ye) is static.
…density for mesh quantities
… antineutrino number densities
…tities to compute the correct time step
…rallel. This function will be used to compute the minimum trace of mesh quantities, and based on that, it will compute the optimum time step
…dary conditions and black holes.
… the minimum potential
…erse mean free paths in the grid center
…des a better representation of the time derivative of N than the previous 1/Opacity*c.
…and black holes in the function that computes the time step.
…ble names from generated files
…ermi-dirac, now the equilibrium distribution is set in the input initial condition for particle file
…with weird chemical potentials and energie bins
…eter file for better readability
…indicaed in compilation via the flag SET_EQUILIBRIUM
…mized when this is not needed
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.
I should have opened this pull request earlier. Updates include modifications for easier runs of the global NSM disk, setting an arbitrary equilibrium instead of faking one with a weird chemical potential and energies for the CFI test, post-processing data scripts, and other additions.