pdegplot(model, 'FaceLabels', 'on') does not show face labels
显示 更早的评论
When I call pdegplot(model, 'FaceLabels', 'on') with 2D geometry to solve pde, it works fine.
But, when I made 3D geometry using extrude(g, z_height).
pdegplot(model, 'FaceLabels', 'on') does not show face labels,
so it is difficult to find specific face ID which I want to setup boundary conditions.
2 个评论
What is the output when you run extrude(g, z_height)? How many faces does it say there are? Can you share what you use to create the 2D geometry?
model = createpde;
g = importGeometry(model,'PlateHolePlanar.stl');
extrude(g,5)
Chun-Yeol You
2021-7-9
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 General PDEs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

