mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix boundary names for boundarylayer
This commit is contained in:
parent
936e4df089
commit
6a834f13ac
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user