mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-13 17:48:34 +05:00
handle multiple closesurface identifications correctly
This commit is contained in:
parent
8e25c382d9
commit
233dba2408
@ -207,8 +207,9 @@ namespace netgen
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
identifications.GetMap(identnr, map);
|
identifications.GetMap(identnr, map);
|
||||||
|
mesh.FindOpenElements(md.domain);
|
||||||
|
|
||||||
for(auto & sel : mesh.SurfaceElements())
|
for(auto & sel : mesh.OpenElements())
|
||||||
{
|
{
|
||||||
bool is_mapped = true;
|
bool is_mapped = true;
|
||||||
for(auto pi : sel.PNums())
|
for(auto pi : sel.PNums())
|
||||||
|
Loading…
Reference in New Issue
Block a user