Fix surface mapping in BoundaryLayer3d

This commit is contained in:
Matthias Hochsteger 2023-04-21 12:51:54 +02:00
parent 6fcfdc7def
commit 7382661315

View File

@ -654,7 +654,7 @@ namespace netgen
else
point_fixed = true;
}
if(point_moved && point_fixed)
if(point_moved && !moved_surfaces.Test(facei))
{
int new_si = mesh.GetNFD()+1;
const auto& fd = mesh.GetFaceDescriptor(facei);