Remove Internal Faces from Geometry
Mostrar comentarios más antiguos
Is it possible to remove the internal faces of this geometry:
pdem = createpde;
g = multicuboid(40,40,0.1*ones(10,1),'Zoffset',[0:0.1:0.9]);
pdem.Geometry = g;
generateMesh(pdem, 'Hmax',4,'Hmin',4);
Thanks.
3 comentarios
darova
el 19 de Abr. de 2020
I have older MATLAB. Can you attach the geometry?
Paul Safier
el 19 de Abr. de 2020
darova
el 20 de Abr. de 2020
Can you attach different format. I have older MATLAB, can't read
Respuestas (0)
Categorías
Más información sobre Geometry and Mesh en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!