netgen icon indicating copy to clipboard operation
netgen copied to clipboard

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

Procedure to build static libraries are not clear, I don't see them in cmake options. A brief description on the steps would be helpful.

https://github.com/NGSolve/netgen/pull/39

The global variable readedges that the API uses doesn't clear itself after the Ng_STL_Geometry * has been initialized. It would cause problems for people who wish to initialize another Ng_STL_Geometry...

Hello netgen team, Just wanted to check in and ask if there is an issue with the PRs that are pending? Would you mind reviewing them ? Thanks!

Hello, I have successfully built Netgen using Cmake GUI but when I am trying to build nglib project I got a bunch of "unresolved external symbol" errors. If I built...

I've added some features to the Python wrapper, in particular: - Wrapped SetIndex Function; - Added some functions that allow easy export from Netgen to PETSc DMPlex; - New name...

Recent development versions of gcc can be made to say: /home/dcb36/rpmbuild/BUILD/netgen-6.2.2105/libsrc/geom2d/csg2d.cpp:1736:19: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move] Source code is return std::move(res); If...

The following error occurs when netgen cross-compiles under arm64-windows. `D:\b\netgen\src\v6.2.2401-9b711d5bba.clean\libsrc\core\utils.hpp(77): fatal error C1021: invalid preprocessor command 'warning'` Should I delete this alarm directly or replace it with other output?

I'm using generic meshing interface by creating derivative class from `netgen::NetgenGeometry`. It works reasonable well, but in the case of partial failure in some early stages netgen frequently crashes. I've...