jlchan / StartUpDG.jl

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

fix HOHQMesh quad mesh reading #109

Closed jlchan closed 1 year ago

jlchan commented 1 year ago

Fixed face ordering bug encountered for Trixi's elixir_euler_basic.jl UnstructuredMesh2D mesh (see https://trixi-framework.github.io/Trixi.jl/stable/meshes/unstructured_quad_mesh/).

codecov[bot] commented 1 year ago

Codecov Report

Merging #109 (a3704d1) into main (61a9927) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          25       25           
  Lines        2730     2733    +3     
=======================================
+ Hits         2652     2655    +3     
  Misses         78       78           
Impacted Files Coverage Δ
src/mesh/hohqmesh_utilities.jl 100.00% <100.00%> (ø)

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