jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
27 stars 9 forks source link

Add SummationByPartsOperators.jl package extension #152

Closed jlchan closed 9 months ago

jlchan commented 9 months ago

Addresses https://github.com/trixi-framework/Trixi.jl/issues/1639 and https://github.com/jlchan/StartUpDG.jl/issues/151

Unfortunately, this requires that we bump the Julia version to 1.9 in order to use Package extensions.

codecov[bot] commented 9 months ago

Codecov Report

Merging #152 (a755b6a) into main (77224d9) will decrease coverage by 0.32%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main     #152      +/-   ##
==========================================
- Coverage   97.12%   96.81%   -0.32%     
==========================================
  Files          25       26       +1     
  Lines        3167     3325     +158     
==========================================
+ Hits         3076     3219     +143     
- Misses         91      106      +15     
Files Coverage Δ
src/StartUpDG.jl 100.00% <100.00%> (ø)
ext/StartUpDGSummationByPartsOperatorsExt.jl 89.74% <89.74%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more