jlchan / StartUpDG.jl

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

Isoparametric cut-cell meshes #89

Closed jlchan closed 3 months ago

jlchan commented 1 year ago

This will ensure the cut-cell weights are positive.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1c0cfe7) 96.81% compared to head (db5462c) 96.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #89 +/- ## ======================================= Coverage 96.81% 96.81% ======================================= Files 26 26 Lines 3325 3325 ======================================= Hits 3219 3219 Misses 106 106 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jlchan commented 3 months ago

Superceded by https://github.com/jlchan/StartUpDG.jl/pull/165