netgen icon indicating copy to clipboard operation
netgen copied to clipboard

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

required for building with gcc-14 applies debian patches: include_stdlib.patch ffmpeg_link_libraries.patch - https://salsa.debian.org/science-team/netgen/-/blob/d7ca1c564d90d00ce3d83e0b63c36fbec11cf1ce/debian/patches/include_stdlib.patch - https://salsa.debian.org/science-team/netgen/-/blob/d7ca1c564d90d00ce3d83e0b63c36fbec11cf1ce/debian/patches/ffmpeg_link_libraries.patch Fixes: #192

- uses Cmake config files for Catch2 - supports both v2 and v3 of Catch2 - Catch2 v3 includes instead of - v3 moves Catch::Contains to Catch::Matchers::ContainsSubstring see https://github.com/catchorg/Catch2/blob/devel/docs/migrate-v2-to-v3.md Patch...

When AddFaceDescriptor reallocates the array the fd reference becomes dangling. See #203

The boundarylayer python test crash reproducibly. According to valgrind the mesh class contains quite some problematic code for the bcnames array. Typical valgrind report: ``` test_boundarylayer.py ==409999== Invalid read of...

A std::map is in an invalid state when just zero-initialized, and needs to be initialized by its constructor. As this initilization may be done after the first call to Register,...

Python modules (ngpy, ngguipy) are loaded (dl'opened) using pythons own module mechanism (import), but not linked when building any applications or other software packages depending on netgen. When the python...