jlchan / StartUpDG.jl

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

Added to testset_mesh and added test cases #46

Closed masonamccallum closed 1 year ago

masonamccallum commented 1 year ago

The test cases check to make sure make_periodic, given a certain tolerance, changed the boundary maps. The new test case mesh are in both GMSH version 2 and version 4 and tested likewise.

codecov[bot] commented 1 year ago

Codecov Report

Merging #46 (8d8acc1) into main (a8572c0) will increase coverage by 0.10%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   97.08%   97.19%   +0.10%     
==========================================
  Files          18       18              
  Lines        1852     1852              
==========================================
+ Hits         1798     1800       +2     
+ Misses         54       52       -2     
Impacted Files Coverage Δ
src/connectivity_functions.jl 96.91% <0.00%> (+1.23%) :arrow_up:

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

jlchan commented 1 year ago

Thanks for identifying this issue and adding the test! I appreciate you helping to improve StartUpDG.