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

Linear solve #57

Closed j-fu closed 1 year ago

j-fu commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Base: 83.02% // Head: 84.63% // Increases project coverage by +1.61% :tada:

Coverage data is based on head (2b307ce) compared to base (a07e8ea). Patch coverage: 86.36% of modified lines in pull request are covered.

: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 #57 +/- ## ========================================== + Coverage 83.02% 84.63% +1.61% ========================================== Files 20 20 Lines 2309 2304 -5 ========================================== + Hits 1917 1950 +33 + Misses 392 354 -38 ``` | [Impacted Files](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?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/57?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://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyY29udHJvbC5qbA==) | `88.00% <82.35%> (+8.00%)` | :arrow_up: | | [src/vfvm\_solver.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc29sdmVyLmps) | `82.38% <85.71%> (+6.33%)` | :arrow_up: | | [src/precompile.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ByZWNvbXBpbGUuamw=) | `94.11% <100.00%> (+0.78%)` | :arrow_up: | | [src/vfvm\_history.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1faGlzdG9yeS5qbA==) | `12.12% <100.00%> (+12.12%)` | :arrow_up: | | [src/vfvm\_impedance.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1faW1wZWRhbmNlLmps) | `96.77% <100.00%> (ø)` | | | [src/vfvm\_physics.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fcGh5c2ljcy5qbA==) | `66.12% <100.00%> (-1.62%)` | :arrow_down: | | [src/vfvm\_system.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fc3lzdGVtLmps) | `85.62% <100.00%> (+1.16%)` | :arrow_up: | | [src/vfvm\_testfunctions.jl](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Zmdm1fdGVzdGZ1bmN0aW9ucy5qbA==) | `100.00% <100.00%> (+0.64%)` | :arrow_up: | | ... and [5 more](https://codecov.io/gh/j-fu/VoronoiFVM.jl/pull/57?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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.