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

Linearsolve2 #74

Closed j-fu closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 68.75% and project coverage change: -0.12 :warning:

Comparison is base (7bb7d58) 87.43% compared to head (088df25) 87.31%.

: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 #74 +/- ## ========================================== - Coverage 87.43% 87.31% -0.12% ========================================== Files 24 24 Lines 2570 2555 -15 ========================================== - Hits 2247 2231 -16 - Misses 323 324 +1 ``` | [Impacted Files](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/74?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/74?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\_solvercontrol.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyY29udHJvbC5qbA==) | `91.17% <25.00%> (-8.83%)` | :arrow_down: | | [src/vfvm\_linsolve.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fbGluc29sdmUuamw=) | `76.11% <81.81%> (+0.17%)` | :arrow_up: | | [src/vfvm\_testfunctions.jl](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fdGVzdGZ1bmN0aW9ucy5qbA==) | `97.07% <100.00%> (-0.59%)` | :arrow_down: | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/j-fu/VoronoiFVM.jl/pull/74/indirect-changes?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.

j-fu commented 1 year ago

LinearSolve2