meshing outside of geometry
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I am trying to develop a mesh of a 3d geometry (attached). I am successfully importing the geometry, applying boundary conditions, and solving an Elliptic PDE. However, I am noticing that the created mesh has coordinates outside of my surface boundaries. For example, there is a node at coordinate: -0.0313952602446079, 0.499013364315033, 1, but that's outside of the faces of the 3D model.
Here are the commands used to generate the mesh.
model1 = createpde; importGeometry(model1,'BasicLVModel.stl'); FE_MESH = generateMesh(model1);
However, FE_MESH.Nodes has a point outside the physical boundaries of the model.
What could be causing this?
Thanks,
Vitaly
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geometry and Mesh 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!