jlchan / StartUpDG.jl

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

adding `nxyz` field to `MeshData` #61

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

It can be convenient to have access to both normalized outward normals nxyz and unnormalized outward normals nxyzJ. This PR adds normalized outward normals nxyz to MeshData.

codecov[bot] commented 1 year ago

Codecov Report

Merging #61 (f8dce00) into main (70d6f2c) will increase coverage by 0.01%. The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   97.58%   97.60%   +0.01%     
==========================================
  Files          19       19              
  Lines        2196     2209      +13     
==========================================
+ Hits         2143     2156      +13     
  Misses         53       53              
Impacted Files Coverage Δ
src/MeshData.jl 93.98% <90.00%> (+0.31%) :arrow_up:
src/mesh/triangulate_example_meshes.jl 100.00% <0.00%> (ø)

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