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
4 stars 2 forks source link

Wrapper for Results #261

Closed henrij22 closed 4 months ago

henrij22 commented 4 months ago

the wrapper exports the type of the stored result and is able to return the result as a vector or a matrix

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 98.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 92.45%. Comparing base (0dbd03a) to head (eda391c).

Files Patch % Lines
...finiteelements/mechanics/enhancedassumedstrains.hh 94.44% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #261 +/- ## ========================================== - Coverage 92.47% 92.45% -0.03% ========================================== Files 58 59 +1 Lines 1981 1988 +7 ========================================== + Hits 1832 1838 +6 - Misses 149 150 +1 ``` | [Flag](https://app.codecov.io/gh/ikarus-project/ikarus/pull/261/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/261/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | `92.45% <98.00%> (-0.03%)` | :arrow_down: | 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.

rath3t commented 4 months ago

Ah and maybe think about what could be added to the changelog

rath3t commented 4 months ago

Thanks!