-
Notifications
You must be signed in to change notification settings - Fork 95
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
fuzzy dark matter #61
Conversation
…new refinement criteria --HG-- branch : Fuzzy Dark Matter
--HG-- branch : Fuzzy Dark Matter
--HG-- branch : Fuzzy Dark Matter
…nement criteria --HG-- branch : fuzzy_dark_matter
…ment. Correct bugs in velocity divergence refinement. --HG-- branch : fuzzy_dark_matter
… scale refinement using NumberofFlaggedCells, remove MaximumCurrentLevel --HG-- branch : fuzzy_dark_matter
…ed to SecondOrderB and only change density interpolation in the Grid_InterpolateBoundaryFromParent.C --HG-- branch : fuzzy_dark_matter
…w only updates velocity with acceleration and other artificial viscosity terms --HG-- branch : fuzzy_dark_matter
…ve for sqrt of density --HG-- branch : fuzzy_dark_matter
…the AMR --HG-- branch : fuzzy_dark_matter
--HG-- branch : fuzzy_dark_matter
…llapse --HG-- branch : fuzzy_dark_matter
--HG-- branch : fuzzy_dark_matter
--HG-- branch : fuzzy_dark_matter
--HG-- branch : fuzzy_dark_matter
The following files should be stripped (rewriting history, see this link) from the repository because they are generated by the compilation process.
|
for (int i=0; i<size; i++){ | ||
d[i] = repsi[i]*repsi[i]+impsi[i]*impsi[i]; | ||
/* | ||
// add a few dissipation, dens acts as absorbing layer, only work for FDMCollapse !! |
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.
Should this commented section be switched to a flag checking if the simulation problem type is FDMCollapse vs. Cosmology?
Any progress on stripping the unnecessary files? Also pinging @gregbryan |
@jwise77 Would you please tell me how to do the stripping? Have no clue |
I'm working on it right now, and will post what I did. |
I ended up having a lot of trouble stripping out some of the changes (particularly since this was not my repo) -- rather than continue to fight filter-branch, I just created a fresh PR (#82). I think this one should be closed and that reviewed (it includes all changes made and suggested here). |
This request is being decline in favor of PR #82 which contains the same code but without the unnecessary files (and other issues). |
Add module to evolve fuzzy dark matter as well as test problems.