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

Gridless integration points + postprocessing #14

Closed henrij22 closed 1 year ago

henrij22 commented 1 year ago

Still Work in Progress!

codecov[bot] commented 1 year ago

Codecov Report

Merging #14 (748f863) into main (b5bf4dc) will increase coverage by 0.63%. The diff coverage is 95.35%.

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   91.88%   92.52%   +0.63%     
==========================================
  Files          29       31       +2     
  Lines        3832     3851      +19     
  Branches       60       61       +1     
==========================================
+ Hits         3521     3563      +42     
+ Misses        268      243      -25     
- Partials       43       45       +2     
Flag Coverage Δ
tests 92.52% <95.35%> (+0.63%) :arrow_up:

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

Files Changed Coverage Δ
dune/iga/nurbspatch.hh 96.64% <86.66%> (+0.17%) :arrow_up:
dune/iga/test/trimmedGridTests.cc 97.96% <88.88%> (-0.64%) :arrow_down:
dune/iga/io/igadatacollector.hh 81.60% <90.90%> (+0.83%) :arrow_up:
dune/iga/trim/subgrid.hh 94.73% <94.73%> (ø)
dune/iga/trim/subgridhelpers.hh 97.59% <97.59%> (ø)
dune/iga/io/igarefinedgeometries.hh 98.11% <98.11%> (ø)
dune/iga/nurbsgeometry.hh 99.43% <100.00%> (ø)
dune/iga/nurbsgridentity.hh 92.78% <100.00%> (-0.08%) :arrow_down:
dune/iga/trim/nurbstrimboundary.hh 97.56% <100.00%> (ø)
dune/iga/trim/nurbstrimmer.hh 77.98% <100.00%> (ø)
... and 1 more
henrij22 commented 1 year ago

From my side: It should be ready