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

Change mumps seq to mpi version #105

Closed cpmech closed 4 months ago

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 99.24%. Comparing base (f47a43a) to head (c53a6df). Report is 145 commits behind head on main.

Files Patch % Lines
russell_sparse/src/solver_mumps.rs 50.00% 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 #105 +/- ## ========================================== + Coverage 99.23% 99.24% +0.01% ========================================== Files 175 183 +8 Lines 39928 40104 +176 ========================================== + Hits 39623 39803 +180 + Misses 305 301 -4 ```

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