-
Notifications
You must be signed in to change notification settings - Fork 192
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
Bns input file cleanups #5497
Bns input file cleanups #5497
Conversation
3203402
to
c0d2586
Compare
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.
Just a couple things. You can squash if you decide to do them
LMax: 16 | ||
LMax: 8 |
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.
Maybe keep this one? 16 is what is typically used in SpEC and you've disabled the event above
- Trigger: | ||
Slabs: | ||
EvenlySpaced: | ||
Interval: 50 | ||
Offset: 0 | ||
Events: | ||
# BondiSachsInterpolation is for observing GW data. However, the |
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 will technically still trigger even though there are zero events to run. Consider commenting out the trigger as well?
This matches what Nils Deppe has been using for BNS mergers with curved meshes.
c0d2586
to
135ba54
Compare
Rebased, made the suggested changes, and switch to using |
CI failures are unrelated timeouts. |
Proposed changes
FixConservativesAndComputePrims
. most of our BNS failures have been happening in this routine.Upgrade instructions
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.Further comments