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

Steady-State Solver for ZeroD Reactors #1021

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

Add configurations, for alt settings btwn solver modes

b1ad331
Select commit
Loading
Failed to load commit list.
Draft

Steady-State Solver for ZeroD Reactors #1021

Add configurations, for alt settings btwn solver modes
b1ad331
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 0s

65.89% (+0.50%) compared to 2d772ab

View this Pull Request on Codecov

65.89% (+0.50%) compared to 2d772ab

Details

Codecov Report

Attention: Patch coverage is 0% with 192 lines in your changes missing coverage. Please review.

Project coverage is 65.89%. Comparing base (2d772ab) to head (b1ad331).
Report is 2592 commits behind head on main.

Files with missing lines Patch % Lines
src/numerics/Newton.cpp 0.00% 134 Missing ⚠️
src/numerics/DenseMatrix.cpp 0.00% 31 Missing ⚠️
src/zeroD/ReactorNet.cpp 0.00% 21 Missing ⚠️
include/cantera/numerics/Newton.h 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1021      +/-   ##
==========================================
+ Coverage   65.39%   65.89%   +0.50%     
==========================================
  Files         318      320       +2     
  Lines       46109    47575    +1466     
  Branches    19601    20496     +895     
==========================================
+ Hits        30153    31350    +1197     
- Misses      13452    13686     +234     
- Partials     2504     2539      +35     

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