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
..
2022-05-06 16:39:06 +02:00
2022-05-06 18:21:44 +02:00
2022-06-13 10:35:26 +02:00