handle multiple closesurface identifications correctly

This commit is contained in:
Matthias Hochsteger 2022-05-05 11:21:48 +02:00
parent 8e25c382d9
commit 233dba2408

View File

@ -207,8 +207,9 @@ namespace netgen
continue;
identifications.GetMap(identnr, map);
mesh.FindOpenElements(md.domain);
for(auto & sel : mesh.SurfaceElements())
for(auto & sel : mesh.OpenElements())
{
bool is_mapped = true;
for(auto pi : sel.PNums())