netgen icon indicating copy to clipboard operation
netgen copied to clipboard

Results 116 netgen issues
Sort by recently updated
recently updated
newest added

when trying to compile with `-DPREFER_SYSTEM_PYBIND11=on` the compilation give this error: ``` -- Found Python3: /usr/bin/python3.13 (found version "3.13.5") found components: Interpreter Development.Embed -- Found Python3: /usr/bin/python3.13 (found version "3.13.5")...

Version v6.2.2404, from openSUSE Tumbleweed. Here's a weird one. Using `dlopen` on ` libnglib.so` will cause a crash during the static initialization of global variable below in [rw_medit.cpp](https://github.com/NGSolve/netgen/blob/8f73a00d2d49bdf47a1af78b87ad9dd032ddb479/libsrc/interface/rw_medit.cpp#L228): ``` static...

this small fix was needed to build netgen with VS 2022.

The wheel files are installed to the wrong location when installed using the root user (which we are doing inside a Docker container). Steps to reproduce: 1. `docker run -it...

Issue #210 Bug https://bugs.gentoo.org/947728

Hi! While building netgen on Gentoo linux i found an issue ``` FAILED: ng/netgen : && /usr/bin/x86_64-pc-linux-gnu-g++ -O2 -pipe -march=skylake -mtune=skylake -Wl,-O1,--hash-style=gnu,--sort-common,--as-needed -Wl,--dependency-file=ng/CMakeFiles/netgen.dir/link.d ng/CMakeFiles/netgen.dir/ngappinit.cpp.o -o ng/netgen -Wl,-rpath,/var/tmp/portage/media-gfx/netgen-6.2.2406/work/netgen-6.2.2406_build:/var/tmp/portage/media-gfx/netgen-6.2.2406/work/netgen-6.2.2406_build/libsrc/core: libnggui.so /usr/lib64/libtcl.so /usr/lib64/libtk.so...

When closing the GUI on OpenBSD, netgen segfaults. Steps to reproduce: 1. Start netgen 2. Press 'Quit' -> 'Yes' The segfault was introduced by this commit: 73822401f15ee82b402f6d4059ceff2bb7ca9c86. Reverting it avoids...

On 32-bit systems size_t is identical unsigned in, causing redefinition errors in tables (Array_I_S). This patch guards against the 32-bit redefinition and defines Array_I_S = Array_I_U for the python interface...