cpmech / russell

Rust Scientific Libary. ODE and DAE (Runge-Kutta) solvers. Special functions (Bessel, Elliptic, Beta, Gamma, Erf). Linear algebra. Sparse solvers (MUMPS, UMFPACK). Probability distributions. Tensor calculus.
MIT License
102 stars 8 forks source link

Improve ode #80

Closed cpmech closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.33%. Comparing base (39608cb) to head (4ad6cbe). Report is 348 commits behind head on main.

Files Patch % Lines
russell_ode/src/euler_backward.rs 94.00% 3 Missing :warning:
russell_ode/src/radau5.rs 93.33% 3 Missing :warning:
russell_ode/src/euler_forward.rs 96.15% 1 Missing :warning:
russell_ode/src/explicit_runge_kutta.rs 98.95% 1 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #80 +/- ## ========================================== + Coverage 98.44% 99.33% +0.88% ========================================== Files 102 131 +29 Lines 20905 26860 +5955 ========================================== + Hits 20580 26681 +6101 + Misses 325 179 -146 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.