From 6a834f13ac16e0b75f9a392650de0dcc90560bff Mon Sep 17 00:00:00 2001 From: Christopher Lackner Date: Tue, 16 Jun 2020 13:53:36 +0200 Subject: [PATCH] fix boundary names for boundarylayer --- libsrc/meshing/boundarylayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsrc/meshing/boundarylayer.cpp b/libsrc/meshing/boundarylayer.cpp index ae7c7a30..55960395 100644 --- a/libsrc/meshing/boundarylayer.cpp +++ b/libsrc/meshing/boundarylayer.cpp @@ -163,6 +163,8 @@ namespace netgen domin, domout, -1); fd.SetBCProperty(max_surface_index); mesh.AddFaceDescriptor(fd); + mesh.SetBCName(max_surface_index-1, + "mapped_" + old_fd.GetBCName()); return max_surface_index; } return last_layer_surface_index_map[si];