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

Introduce Linear Solution strategies: #68

Closed j-fu closed 1 year ago

j-fu commented 1 year ago

pointblock, equationblock; history management assembly percentage in output

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 92.32% and project coverage change: +0.24 :tada:

Comparison is base (c7365d0) 87.81% compared to head (5dc53d3) 88.06%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== + Coverage 87.81% 88.06% +0.24% ========================================== Files 20 21 +1 Lines 2422 2665 +243 ========================================== + Hits 2127 2347 +220 - Misses 295 318 +23 ``` | [Impacted Files](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?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://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?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\_diffeq\_interface.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fZGlmZmVxX2ludGVyZmFjZS5qbA==) | `63.33% <48.27%> (-13.38%)` | :arrow_down: | | [src/vfvm\_solvercontrol.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyY29udHJvbC5qbA==) | `96.87% <50.00%> (-3.13%)` | :arrow_down: | | [src/vfvm\_history.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1faGlzdG9yeS5qbA==) | `81.81% <66.66%> (ø)` | | | [src/vfvm\_solver.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyLmps) | `85.85% <90.41%> (+0.05%)` | :arrow_up: | | [src/vfvm\_impedance.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1faW1wZWRhbmNlLmps) | `96.37% <96.15%> (-0.40%)` | :arrow_down: | | [src/vfvm\_testfunctions.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fdGVzdGZ1bmN0aW9ucy5qbA==) | `98.28% <96.66%> (+1.25%)` | :arrow_up: | | [src/vfvm\_system.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc3lzdGVtLmps) | `88.90% <98.18%> (+0.23%)` | :arrow_up: | | [src/SolverStrategies.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL1NvbHZlclN0cmF0ZWdpZXMuamw=) | `100.00% <100.00%> (ø)` | | | [src/precompile.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ByZWNvbXBpbGUuamw=) | `100.00% <100.00%> (+5.88%)` | :arrow_up: | | ... and [2 more](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/68?src=pr&el=tree-more&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.