preserve Geometry after generating boundary layer

This commit is contained in:
mhochsteger@cerbsim.com 2022-03-07 16:04:21 +01:00
parent 8b8900e21d
commit 97b9dae812

View File

@ -889,9 +889,9 @@ namespace netgen
for(auto & seg : new_segments)
mesh.AddSegment(seg);
}
mesh.GetTopology().ClearEdges();
mesh.UpdateTopology();
mesh.SetGeometry(nullptr);
}
void AddDirection( Vec<3> & a, Vec<3> b )