ikarus-project / ikarus

Ikarus is a C++-based library that uses DUNE modules to solve partial differential equations with the finite element method and more.
https://ikarus-project.github.io/
Other
5 stars 3 forks source link

fix clang warnings #188

Closed rath3t closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #188 (6f8fcd0) into main (0e2ecda) will increase coverage by 0.25%. The diff coverage is 94.64%.

@@            Coverage Diff             @@
##             main     #188      +/-   ##
==========================================
+ Coverage   90.85%   91.11%   +0.25%     
==========================================
  Files          42       42              
  Lines        1870     1834      -36     
==========================================
- Hits         1699     1671      -28     
+ Misses        171      163       -8     
Flag Coverage Δ
tests 91.11% <94.64%> (+0.25%) :arrow_up:

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

Files Coverage Δ
ikarus/assembler/simpleAssemblers.inl 100.00% <100.00%> (ø)
ikarus/finiteElements/feBases/powerBasisFE.hh 100.00% <100.00%> (ø)
...finiteElements/mechanics/enhancedAssumedStrains.hh 98.57% <100.00%> (ø)
...rus/finiteElements/mechanics/kirchhoffloveshell.hh 86.45% <ø> (ø)
ikarus/finiteElements/mechanics/linearElastic.hh 89.13% <ø> (ø)
ikarus/finiteElements/mechanics/materials/tags.hh 100.00% <100.00%> (ø)
...iteElements/mechanics/materials/vanishingStress.hh 86.79% <100.00%> (ø)
...karus/finiteElements/mechanics/nonLinearElastic.hh 81.17% <ø> (-0.22%) :arrow_down:
ikarus/linearAlgebra/dirichletValues.hh 100.00% <100.00%> (ø)
ikarus/linearAlgebra/truncatedConjugateGradient.hh 91.35% <100.00%> (ø)
... and 8 more

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!