필터 지우기
필터 지우기

meshing outside of geometry

조회 수: 2 (최근 30일)
Vitaly Kheyfets
Vitaly Kheyfets 2016년 9월 9일
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개)

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by