Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Implement the multi-ion MHD system of Toth #1427

Draft
wants to merge 138 commits into
base: main
Choose a base branch
from

Merge branch 'main' into multi_ion_mhd

423af9f
Select commit
Loading
Failed to load commit list.
Draft

Draft: Implement the multi-ion MHD system of Toth #1427

Merge branch 'main' into multi_ion_mhd
423af9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

96.39% (+0.02%) compared to f09a707

View this Pull Request on Codecov

96.39% (+0.02%) compared to f09a707

Details

Codecov Report

Attention: Patch coverage is 97.35099% with 24 lines in your changes missing coverage. Please review.

Project coverage is 96.39%. Comparing base (f09a707) to head (423af9f).

Files with missing lines Patch % Lines
src/equations/ideal_glm_mhd_multiion.jl 0.00% 17 Missing ⚠️
src/equations/numerical_fluxes.jl 0.00% 3 Missing ⚠️
src/equations/ideal_glm_mhd_multiion_3d.jl 99.65% 2 Missing ⚠️
src/equations/ideal_mhd_multiion_1d.jl 99.35% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1427      +/-   ##
==========================================
+ Coverage   96.37%   96.39%   +0.02%     
==========================================
  Files         486      488       +2     
  Lines       39186    40090     +904     
==========================================
+ Hits        37764    38644     +880     
- Misses       1422     1446      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.