Boundarylayer - check if all given faces are adjacent to selected domain

This commit is contained in:
Matthias Hochsteger 2023-09-04 10:42:02 +02:00
parent 78e92c76df
commit 499c9086b0

View File

@ -664,6 +664,10 @@ namespace netgen
}
}
}
for(auto si : params.surfid)
if(surfacefacs[si] == 0.0)
throw Exception("Surface " + to_string(si) + " is not a boundary of the domain to be grown into!");
}
void BoundaryLayerTool ::CreateFaceDescriptorsSides()