jlchan / StartUpDG.jl

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

Switch to concatenated nonconforming interface treatment #140

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

For non-conforming meshes, the interface node map mapP currently operates on a matrix whose columns correspond to unique mortar faces. This PR changes this so that mapP operates on a matrix whose columns correspond to both element faces (including un-split conforming faces) and mortar faces (which are concatenated after the element faces).

This should simplify the data structures for adaptivity.

codecov[bot] commented 1 year ago

Codecov Report

Merging #140 (51450c2) into main (795c2c9) will decrease coverage by 0.07%. The diff coverage is 93.93%.

@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   97.51%   97.44%   -0.07%     
==========================================
  Files          25       25              
  Lines        3015     3018       +3     
==========================================
+ Hits         2940     2941       +1     
- Misses         75       77       +2     
Impacted Files Coverage Δ
src/nonconforming.jl 96.55% <93.93%> (-3.45%) :arrow_down:

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