rath3t / dune-iga

A DUNE grid implementation with NURBS as ansatz functions.
https://rath3t.github.io/dune-iga-doc/
Other
1 stars 1 forks source link

Fix Fill Rule #10

Closed henrij22 closed 1 year ago

henrij22 commented 1 year ago

Fill rule should be Non-Zero to prevent bugs

codecov[bot] commented 1 year ago

Codecov Report

Merging #10 (e10977c) into main (d67fcd3) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   91.53%   91.53%           
=======================================
  Files          29       29           
  Lines        3664     3664           
  Branches       60       60           
=======================================
  Hits         3354     3354           
  Misses        267      267           
  Partials       43       43           
Flag Coverage Δ
tests 91.53% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dune/iga/trim/nurbstrimmer.hh 77.62% <100.00%> (ø)
rath3t commented 1 year ago

Thanks!