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

linearform assemble crash for hcurl hex elements

mschoebi opened this issue · comments

When using a Hcurl space on a hex mesh the linearform assembling crashes if the linear form contains a volume integrator. This happens on Windows without avx. It does not crash with avx enabled. Regardless of avx, the FE space and the elements report different orders. On a tet mesh the reported orders coincide and there is no crash.

example.zip