JuliaSmoothOptimizers / MUMPS.jl

A Julia Interface to MUMPS
Other
42 stars 14 forks source link

Use artifacts of MUMPS 5.4.1 #62

Closed amontoison closed 2 years ago

amontoison commented 2 years ago

I recompiled MUMPS with Yggdrasil this afternoon (version 5.4.1) and I updated the interface to include the modifications of @wrs28 (#47). The interface is in the same spirit of QRMumps.jl.

amontoison commented 2 years ago

Hum, the Julia structure of MUMPS_STRUC_C need to be modified for MUMPS 5.4.1.

codecov[bot] commented 2 years ago

Codecov Report

Merging #62 (82e502f) into wrs28-master (15a57f7) will increase coverage by 0.51%. The diff coverage is 100.00%.

Impacted file tree graph

@@               Coverage Diff                @@
##           wrs28-master      #62      +/-   ##
================================================
+ Coverage         19.35%   19.87%   +0.51%     
================================================
  Files                10        6       -4     
  Lines               899      770     -129     
================================================
- Hits                174      153      -21     
+ Misses              725      617     -108     
Impacted Files Coverage Δ
src/interface.jl 37.50% <100.00%> (-3.97%) :arrow_down:
src/MUMPS.jl

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 15a57f7...82e502f. Read the comment docs.