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

Add optional argument to resultfunction for precision #307

Closed henrij22 closed 2 weeks ago

henrij22 commented 2 weeks ago

There are some tests detailing how to get the precision you want for your output. For DuneVTK we default to float64, for Dune::Vtk we have to specify manually

This PR is in preparation for #287

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 91.24%. Comparing base (fa0c806) to head (6a40333).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #307 +/- ## ======================================= Coverage 91.23% 91.24% ======================================= Files 63 63 Lines 2053 2055 +2 ======================================= + Hits 1873 1875 +2 Misses 180 180 ``` | [Flag](https://app.codecov.io/gh/ikarus-project/ikarus/pull/307/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/307/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ikarus-project) | `91.24% <100.00%> (+<0.01%)` | :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.