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

move autodiffhelper from utils to autodiff folder #259

Closed tarun-mitruka closed 6 months ago

tarun-mitruka commented 6 months ago

The utils folder has a lot of files used in common within Ikarus. After #256, autodifffe.hh has its own folder autodiff. Hence autodiffhelper is moved to this folder such that all related files are together and also thereby serving the purpose of cleaning up the utils folder.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 92.59%. Comparing base (fb291f4) to head (abe3068).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #259 +/- ## ======================================= Coverage 92.59% 92.59% ======================================= Files 57 57 Lines 1984 1984 ======================================= Hits 1837 1837 Misses 147 147 ``` | [Flag](https://app.codecov.io/gh/ikarus-project/ikarus/pull/259/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/259/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | `92.59% <ø> (ø)` | | 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.