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

Impl ordinary diff equation solver #77

Merged
merged 328 commits into from
Mar 8, 2024
Merged

Conversation

cpmech
Copy link
Owner

@cpmech cpmech commented Mar 6, 2024

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 98.83115% with 74 lines in your changes are missing coverage. Please review.

Project coverage is 98.59%. Comparing base (39608cb) to head (7750622).
Report is 12 commits behind head on main.

Files Patch % Lines
russell_sparse/src/complex_solver_mumps.rs 94.76% 22 Missing ⚠️
russell_sparse/src/complex_solver_umfpack.rs 95.82% 15 Missing ⚠️
russell_ode/src/explicit_runge_kutta.rs 97.47% 13 Missing ⚠️
russell_ode/src/radau5.rs 98.79% 8 Missing ⚠️
russell_lab/src/matrix/complex_mat_inverse.rs 98.34% 6 Missing ⚠️
russell_ode/src/ode_solver.rs 98.84% 4 Missing ⚠️
russell_ode/src/euler_backward.rs 99.02% 2 Missing ⚠️
russell_ode/src/euler_forward.rs 97.53% 2 Missing ⚠️
russell_ode/src/system.rs 99.39% 1 Missing ⚠️
russell_sparse/src/complex_lin_solver.rs 97.56% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   98.44%   98.59%   +0.14%     
==========================================
  Files         102      131      +29     
  Lines       20905    26842    +5937     
==========================================
+ Hits        20580    26464    +5884     
- Misses        325      378      +53     

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

@cpmech cpmech merged commit d4ebc27 into main Mar 8, 2024
3 checks passed
@cpmech cpmech deleted the impl-ordinary-diff-equation-solver branch March 8, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants