-
Notifications
You must be signed in to change notification settings - Fork 111
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
Dissipation constant fix (#81) #87
Dissipation constant fix (#81) #87
Conversation
Can we fast-forward |
Codecov Report
@@ Coverage Diff @@
## patch_dissipation #87 +/- ##
=======================================
=======================================
Continue to review full report at Codecov.
|
I ran the cases on cluster, and following ones require tuning:
|
@armantekinalp as discussed, we now decide to premultiply both the velocity and damping terms by mass (to include tapering effects), as included in 89b7bc8. (List below needs to be checked with nu scaled as
|
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.
LGTM, just two minor changes
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.
LGTM
Fixes #81, as per our discussion @armantekinalp this PR is WIP and we will merge once the dissipation constants are rescaled for examples, and all examples with
nu
have been confirmed to run fine. Other than that, please go through PR and let me know if any changes are needed.