mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
handle multiple closesurface identifications correctly
This commit is contained in:
parent
8e25c382d9
commit
233dba2408
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user