- You can generate a linear mesh, if you don't need quadratic accuracy.
- You can pick the first three of the six rows in the output.
How can I just get the corner points in the 3D model?(PDE Toolbox)
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi everyone!
when I use the syntax "findNodes(mesh,'region','face',18)", I get the corner points and the middle points. So How can I just get the corner points?
Any help would be appreciated.
Thanks
댓글 수: 0
채택된 답변
Ravi Kumar
2020년 2월 12일
Hi Haoran,
It looks like you are interested in nodes that form the triangle element corners and not the midside nodes. Two options:
Regards,
Ravi
댓글 수: 5
Ravi Kumar
2020년 2월 13일
OK, I am unlcear about your approach. I assumed you are workting with 2-D model. You are right, its the first four in 3-D.
추가 답변 (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!