SimVascular / svOneDSolver

A C++ solver for blood flow and pressure in deformable 1D hemodynamic networks
Other
15 stars 18 forks source link

Automatic build with SuperLU #47

Open mrp089 opened 4 years ago

mrp089 commented 4 years ago

Building with SuperLU has to be done by hand and is error-prone. It would be useful if this could be done automatically.

Also, the csparse option doesn't build right now. This probably can be fixed by modifying CMakeLists.txt

mrp089 commented 4 years ago

Fixed CMakeLists.txt in 017b42e. Now all three solver options (skyline/superlu/csparse) build.