NGSolve / ngsolve

Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface new physical equations and solution algorithms can be implemented easily.
https://ngsolve.org/
GNU Lesser General Public License v2.1
421 stars 77 forks source link

Pip installation on ubuntu does not come with umfpack #48

Open Alex-Vasile opened 2 years ago

Alex-Vasile commented 2 years ago

Pip installation on ubuntu does not come with umfpack

nasserma commented 2 years ago

This seems to be by design, the PIP version of NGSolve has MKL enabled which provides PARDISO, preferred over UMFPACK. The most recent commit enables checking of ngsolve.config.USE_* booleans to avoid this issue and has been tested with the PIP version of NGSolve.

I do not think this is an NGSolve issue, suggest that this issue be closed.

Alex-Vasile commented 2 years ago

The issue is that different installation methods provide different capabilities. This is A) not expected, and B) not documented ahead of time as far as I know.