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

Building with HYPRE and MUMPS support #26

Closed Trophime closed 2 years ago

Trophime commented 3 years ago

When building with HYPRE and MUMS support there are tests that fail whereas they don't fail without these options, namely:

Is this behavior normal?

Best

ChrLackner commented 3 years ago

Hi, no, I build with HYPRE and MUMPS support and tests are running, can you specify more details? OS, cmake configuration versions of the linked libraries... Actually I have no idea what these 2 test cases have to do with either of these libraries. What do you mean by fail? Wrong results, segfaults, ... ?