mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-26 17:40:49 +05:00

Ng_LoadMesh() tries to read the geometry from the mesh file. If it was read before by Mesh::Load(), the preloaded geometry is replaced by ng_geometry (which might be garbage) This is a mere workaround, not a clean solution (Mesh::Load() should handle everything, including MPI distribution of geometry)