From f95e039c22f741d0f9b4a2ed7e78903d10953a27 Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Mon, 11 Apr 2022 13:04:21 +0200 Subject: [PATCH] fix boundarylayer growth type --- libsrc/meshing/boundarylayer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsrc/meshing/boundarylayer.cpp b/libsrc/meshing/boundarylayer.cpp index d552bc24..db5d76ec 100644 --- a/libsrc/meshing/boundarylayer.cpp +++ b/libsrc/meshing/boundarylayer.cpp @@ -696,8 +696,6 @@ namespace netgen else if(const auto& fd = mesh.GetFaceDescriptor(segj.si); !domains.Test(fd.DomainIn()) && !domains.Test(fd.DomainOut())) { type = 3; - if(fd.DomainIn() == 0 || fd.DomainOut() == 0) - is_boundary_projected.SetBit(segj.si); is_boundary_moved.SetBit(segj.si); } else