Skip to content
Snippets Groups Projects
Commit 6db3a7de authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

show how to mesh the volume from a surface STL
parent 18cb69d7
No related branches found
No related tags found
No related merge requests found
// merge a surface mesh // merge a surface mesh
Merge "sphere-surf.msh"; Merge "sphere-surf.stl";
// delete all physical groups
Delete Physicals;
// add a geometrical volume // add a geometrical volume
Surface Loop(29) = {28,26,16,14,20,24,22,18}; Surface Loop(1) = {1};
Volume(30) = {29}; Volume(1) = {1};
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment