SimVascular / svOneDSolver

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

make SuperLU as the default linear solver #34

Open wgyang opened 5 years ago

wgyang commented 5 years ago

csparse occasionally fails. SuperLU is generally more robust and faster than csparse.

osmsc commented 5 years ago

@wgyang - it might not be possible to build superLU on windows because it requires non-standard system libraries. Under what conditions does csparse fail?

wgyang commented 5 years ago

@osmsc I see. OK, we can keep csparse as the default. Usually, cspare is fine. For some extensive arterial tree models, it may fail.

caseyfleeter commented 4 years ago

@wgyang should this issue still be open or can we close it?