j-fu / VoronoiFVM.jl

Solution of nonlinear multiphysics partial differential equation systems using the Voronoi finite volume method
MIT License
183 stars 33 forks source link

Inplace linear system solution for flux funtion callbacks #64

Closed j-fu closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 88.03% and project coverage change: -1.63 :warning:

Comparison is base (064ebd8) 86.99% compared to head (d9ad77f) 85.37%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #64 +/- ## ========================================== - Coverage 86.99% 85.37% -1.63% ========================================== Files 19 20 +1 Lines 2369 2413 +44 ========================================== - Hits 2061 2060 -1 - Misses 308 353 +45 ``` | [Impacted Files](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/VoronoiFVM.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1Zvcm9ub2lGVk0uamw=) | `100.00% <ø> (ø)` | | | [src/vfvm\_quantities.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fcXVhbnRpdGllcy5qbA==) | `88.33% <ø> (ø)` | | | [src/vfvm\_sparsesolution.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc3BhcnNlc29sdXRpb24uamw=) | `97.14% <ø> (ø)` | | | [src/vfvm\_testfunctions.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fdGVzdGZ1bmN0aW9ucy5qbA==) | `97.02% <ø> (ø)` | | | [src/vfvm\_system.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc3lzdGVtLmps) | `86.78% <82.35%> (-1.93%)` | :arrow_down: | | [src/vfvm\_solver.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyLmps) | `81.65% <82.81%> (-4.04%)` | :arrow_down: | | [src/vfvm\_functions.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fZnVuY3Rpb25zLmps) | `100.00% <100.00%> (ø)` | | | [src/vfvm\_solvercontrol.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyY29udHJvbC5qbA==) | `90.32% <100.00%> (-9.68%)` | :arrow_down: | ... and [5 files with indirect coverage changes](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/64/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.