<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Dear gmsh team,<div class=""><br class=""></div><div class="">I Have a surface (which is a tube) embedded in a volume (a cylinder), and I have two questions regarding the meshing:</div><div class=""><br class=""></div><div class="">1. Is it possible/is there an easy way to define a finer mesh for the surface than for the volume?</div><div class="">2. I would also like a finer mesh in the surroundings of the surface. I explored the field Distance+threshold combination, but I was not able to make it work, yet. Is there a better way?</div><div class=""><br class=""></div><div class="">Here a test code I was using:</div><div class=""><br class=""></div><div class=""><div class="">e1 = newl; Circle(e1) = {0, 0,0 , 109, 0, 2*Pi};</div><div class="">out[]=Extrude {0, 0, 10} { Curve{e1}; }; //+</div><div class="">Cylinder(1) = {0, 0, -10, 0, 0, 30, 120, 2*Pi};</div><div class=""><br class=""></div><div class="">els1=out[1];</div><div class="">Surface{els1} In Volume{1};</div><div class="">lc=1;</div><div class="">Field[1] = Distance;</div><div class="">Field[1].NNodesByEdge = 100;</div><div class="">Field[1].EdgesList = {1,2,3};</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Field[2] = Threshold;</div><div class="">Field[2].IField = 1;</div><div class="">Field[2].LcMin = lc / 100;</div><div class="">Field[2].LcMax = lc;</div><div class="">Field[2].DistMin = 1.;</div><div class="">Field[2].DistMax = 3.;</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thank you so much for your advice.</div><div class=""><br class=""></div><div class="">Best regards,</div><div class=""><br class=""></div><div class="">Sabrina <br class=""><div class="">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">-- <br class="">Sabrina Zacarias<br class="">Institut für Kernphysik<br class="">Technische Universität Darmstadt<br class="">S2|14 / office 319<br class="">Schlossgartenstr. 9<br class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">64289 Darmstadt<br class=""><br class="">Office: +49 6151 16 23589<br class=""></div></div>
</div>
<br class=""></div></body></html>