필터 지우기
필터 지우기

Mesh: Changing tetrahedral into cubical mesh

조회 수: 19 (최근 30일)
Thomas Wasner
Thomas Wasner 2024년 6월 26일 11:53
답변: Shreshth 2024년 7월 1일 9:05
Hi Guys,
I would like to transform a tetrahedral into cubical mesh. (or in 2D triangular into rectangular)
Here is an example from the matalb documentation:
https://de.mathworks.com/help/pde/ug/pde.pdemodel.generatemesh.html#bupcnwa-2
gm = fegeometry(@lshapeg);
gm = generateMesh(gm);
pdemesh(gm)
Any ideas?
Thank you in advance

답변 (1개)

Shreshth
Shreshth 2024년 7월 1일 9:05
Hello Thomas,
You can find the way of presenting a 3D body with cubicle mesh from the above.
Thanks.

카테고리

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