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
114 stars 8 forks source link

Ode performance study #88

Closed cpmech closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 99.17%. Comparing base (10e240a) to head (ac0c9e9). Report is 33 commits behind head on main.

Files Patch % Lines
russell_ode/src/radau5.rs 82.85% 12 Missing :warning:
russell_sparse/src/complex_solver_mumps.rs 0.00% 9 Missing :warning:
russell_sparse/src/complex_solver_umfpack.rs 0.00% 9 Missing :warning:
russell_sparse/src/solver_mumps.rs 0.00% 9 Missing :warning:
russell_sparse/src/solver_umfpack.rs 0.00% 9 Missing :warning:
russell_sparse/src/write_matrix_market.rs 99.37% 2 Missing :warning:
russell_sparse/src/numerical_jacobian.rs 99.22% 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 #88 +/- ## ========================================== - Coverage 99.20% 99.17% -0.04% ========================================== Files 144 144 Lines 29862 31230 +1368 ========================================== + Hits 29625 30972 +1347 - Misses 237 258 +21 ```

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