Azzera filtri
Azzera filtri

Mesh: Changing tetrahedral into cubical mesh

19 visualizzazioni (ultimi 30 giorni)
Thomas Wasner
Thomas Wasner il 26 Giu 2024 alle 11:53
Risposto: Shreshth il 1 Lug 2024 alle 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

Risposte (1)

Shreshth
Shreshth il 1 Lug 2024 alle 9:05
Hello Thomas,
You can find the way of presenting a 3D body with cubicle mesh from the above.
Thanks.

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by