How to incorporate a 3D mesh in [p,e,t] format on a PDE thermal model?
8 views (last 30 days)
Show older comments
Hello everyone,
I have a 3D mesh in the [p,e,t] format, as described here: https://www.mathworks.com/help/pde/ug/pde.femesh.meshtopet.html
My point is to include this mesh on the PDE toolbox to perform numerical simulations. Can someone tell me if this is possible?
Thanks in advance.
0 Comments
Answers (1)
Ravi Kumar
on 14 Feb 2019
You can attempt to use geometryFromMesh function to import geometry as a mesh (also retain the original mesh).
Regards,
Ravi
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!