-
Notifications
You must be signed in to change notification settings - Fork 112
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
Prep DGMulti
for non-conservative shock capturing
#1479
base: main
Are you sure you want to change the base?
Prep DGMulti
for non-conservative shock capturing
#1479
Conversation
Co-authored-by: Hendrik Ranocha <[email protected]>
This reverts commit 7e0c458.
Co-authored-by: Hendrik Ranocha <[email protected]>
fix FToF naming
…to jc/gauss_shock_capturing
comments
This was inefficient since it didn't let us take advantage of sparsity.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1479 +/- ##
==========================================
- Coverage 89.67% 86.59% -3.08%
==========================================
Files 458 458
Lines 36400 36374 -26
==========================================
- Hits 32640 31496 -1144
- Misses 3760 4878 +1118
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ncons_for_shock_capturing
Shall this be merged before the next breaking release? |
I probably won't have time to finish this before then, so I'm happy to wait until the next release. |
Should also improve efficiency and extend non-conservative terms to curved meshes.
#1478 should be merged first to reduce the size of this PR.