Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

adding non-conservative shock capturing for `DGMulti` `GaussSBP`

Open jlchan opened this issue 2 years ago • 1 comments

https://github.com/trixi-framework/Trixi.jl/pull/1478 and https://github.com/trixi-framework/Trixi.jl/pull/1479 should be reviewed/merged first before merging this PR.

jlchan avatar May 16 '23 22:05 jlchan

Codecov Report

:x: Patch coverage is 96.42857% with 4 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 95.72%. Comparing base (fa04120) to head (4275293). :warning: Report is 966 commits behind head on main.

Files with missing lines Patch % Lines
src/solvers/dgmulti/shock_capturing.jl 96.20% 3 Missing :warning:
src/solvers/dgmulti/flux_differencing.jl 96.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1480      +/-   ##
==========================================
+ Coverage   95.69%   95.72%   +0.02%     
==========================================
  Files         359      361       +2     
  Lines       29779    29880     +101     
==========================================
+ Hits        28497    28600     +103     
+ Misses       1282     1280       -2     
Flag Coverage Δ
unittests 95.72% <96.43%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar May 17 '23 03:05 codecov[bot]