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 codestyle #234

Closed rath3t closed 6 months ago

rath3t commented 7 months ago

This PR refactors all the files to a specific code style. This is in terms of .clang-format and a Clion code stype file https://github.com/ikarus-project/ikarus/wiki/Clion-code-style

codecov[bot] commented 6 months ago

Codecov Report

Attention: 43 lines in your changes are missing coverage. Please review.

Comparison is base (c9666ab) 91.88% compared to head (eb39638) 93.16%. Report is 1 commits behind head on main.

:exclamation: Current head eb39638 differs from pull request most recent head d820125. Consider uploading reports for the commit d820125 to get more accurate results

Files Patch % Lines
ikarus/solver/nonlinearsolver/trustregion.hh 74.82% 36 Missing :warning:
ikarus/assembler/simpleassemblers.inl 80.95% 4 Missing :warning:
...rus/finiteelements/mechanics/kirchhoffloveshell.hh 98.48% 1 Missing :warning:
...karus/finiteelements/mechanics/nonlinearelastic.hh 95.65% 1 Missing :warning:
ikarus/io/resultfunction.hh 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #234 +/- ## ========================================== + Coverage 91.88% 93.16% +1.27% ========================================== Files 56 57 +1 Lines 1911 2048 +137 ========================================== + Hits 1756 1908 +152 + Misses 155 140 -15 ``` | [Flag](https://app.codecov.io/gh/ikarus-project/ikarus/pull/234/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/ikarus-project/ikarus/pull/234/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | `93.16% <91.76%> (+1.27%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project#carryforward-flags-in-the-pull-request-comment) to find out more.

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