-
Notifications
You must be signed in to change notification settings - Fork 229
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
examples: Fix ADER notebook numbering #2450
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2450 +/- ##
=======================================
Coverage 87.01% 87.01%
=======================================
Files 239 239
Lines 44958 44958
Branches 8390 8390
=======================================
Hits 39118 39118
Misses 5108 5108
Partials 732 732 ☔ View full report in Codecov by Sentry. |
@@ -5,7 +5,7 @@ | |||
"id": "31226b14-e907-4503-9918-a09163363217", |
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.
@@ -5,7 +5,7 @@ | |||
"id": "31226b14-e907-4503-9918-a09163363217", |
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.
nitpicking:
Might be nicer to avoid those function and to add an option for the derivatives to "expand/simplify". so that you just need grad(div(p))
for graddiv for example.
Reply via ReviewNB
@@ -5,7 +5,7 @@ | |||
"id": "31226b14-e907-4503-9918-a09163363217", |
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.
Choose one you derive in the math and leave the rest outII
Something needs to be said about ABCs. It is a bit non intuitive and potentially dangerous that it doesn't need any so there needs to be some explanation why
Reply via ReviewNB
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.
Added an explanation. Essentially the discretisation introduces numerical diffusion where the solution is non-smooth, so when the wave hits the zero padding, it will diffuse outwards (although the zeroes never get updated).
9a102aa
to
6c73a86
Compare
No description provided.