netgen/libsrc
Matthias Hochsteger 47de18a508 Avoid loading geometry from mesh file twice
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)
2022-07-06 14:07:17 +02:00
..
core unify MPI 2022-05-06 16:39:06 +02:00
csg Consistent parameters for CSGeometry::FindIdenticSurfaces 2022-07-06 12:49:02 +02:00
general remove old mpi-wrapper 2022-05-06 18:21:44 +02:00
geom2d rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
gprim rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
include move ngtcl.hpp interface to meshing/visual_interface.hpp 2022-05-06 12:23:50 +02:00
interface rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
linalg rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
meshing Avoid loading geometry from mesh file twice 2022-07-06 14:07:17 +02:00
occ add norm of gp_Vec 2022-06-13 10:35:26 +02:00
stlgeom rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
visualization Don't rely on type deduction for std::function ctor 2022-06-08 10:40:19 +02:00
CMakeLists.txt rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00