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.

Home Page:https://ngsolve.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pip installation on ubuntu does not come with umfpack

Alex-Vasile opened this issue · comments

Pip installation on ubuntu does not come with umfpack

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.

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.