Change tetrahedral mesh to hexahedral
Ältere Kommentare anzeigen
I'm using Matlab 2019b. I have an stl file, that I read using STL File Reader version 1.2.0.0:
[f,v] = stlread('filename');
I see quite straightforward how to get a tetrahedral mesh out of it, but I need a hexahedral one. How can I obtain it? Or is there an easy way to convert a tetrahedral mesh into hexahedral?
Thank you for your time.
7 Kommentare
darova
am 27 Mai 2020
How complicated your geomtry is? Is it possible to use griddata to interpolate it?
Roberto Garza
am 28 Mai 2020
darova
am 28 Mai 2020
Please attach the data
Roberto Garza
am 28 Mai 2020
darova
am 28 Mai 2020
Is it correct? You want this crossection?

Roberto Garza
am 28 Mai 2020
Salvatore Veneruso
am 2 Jun. 2022
Hi, I make a tet FEMesh with generatemesh function. Is it possible to convert in hex mesh?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Map Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


