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];