mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +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);
|
domin, domout, -1);
|
||||||
fd.SetBCProperty(max_surface_index);
|
fd.SetBCProperty(max_surface_index);
|
||||||
mesh.AddFaceDescriptor(fd);
|
mesh.AddFaceDescriptor(fd);
|
||||||
|
mesh.SetBCName(max_surface_index-1,
|
||||||
|
"mapped_" + old_fd.GetBCName());
|
||||||
return max_surface_index;
|
return max_surface_index;
|
||||||
}
|
}
|
||||||
return last_layer_surface_index_map[si];
|
return last_layer_surface_index_map[si];
|
||||||
|
Loading…
Reference in New Issue
Block a user