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

Ode check thread safety #86

Closed cpmech closed 6 months ago

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.20%. Comparing base (39608cb) to head (10e240a). Report is 434 commits behind head on main.

Files Patch % Lines
russell_ode/src/bin/amplifier1t_radau5.rs 0.00% 23 Missing :warning:
russell_ode/src/pde_discrete_laplacian_2d.rs 99.42% 2 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 #86 +/- ## ========================================== + Coverage 98.44% 99.20% +0.76% ========================================== Files 102 144 +42 Lines 20905 29862 +8957 ========================================== + Hits 20580 29625 +9045 + Misses 325 237 -88 ```

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