jlchan / StartUpDG.jl

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

Add lower-level non-conforming `MeshData` interface, clean up type specializations #129

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

Adding the interface MeshData(VXY, EToV, FToF, nonconforming_faces, rd::RefElemData{2, Quad}) for non-conforming MeshData.

codecov[bot] commented 1 year ago

Codecov Report

Merging #129 (5549ae8) into main (8ceefde) will not change coverage. The diff coverage is 92.85%.

@@           Coverage Diff           @@
##             main     #129   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files          25       25           
  Lines        2848     2848           
=======================================
  Hits         2771     2771           
  Misses         77       77           
Impacted Files Coverage Δ
src/MeshData.jl 95.13% <66.66%> (ø)
src/hybrid_meshes.jl 97.77% <100.00%> (+0.03%) :arrow_up:
src/nonconforming.jl 100.00% <100.00%> (ø)

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