<div dir="ltr">Hello,<br><br>I am generating a 3D volume mesh using STL files in Gmsh. In doing so, I am interested to refine the size of the mesh within a sphere, for which I am using a Ball field as follows<br><br><div>Field[1] = Ball;</div><div>Field[1].Radius=7;</div><div>Field[1].VIn=0.25;</div><div>Field[1].VOut=2;</div><div><br></div><div>Field[1].XCenter=20;</div><div>Field[1].YCenter=20;</div><div>Field[1].ZCenter=20;</div><div><br></div><div><div>Background Field = 2;</div><div>Mesh.CharacteristicLengthExtendFromBoundary = 0;</div></div><div><br></div><div>I need a refined mesh within the sphere of radius 7 and center at 20,20,20. <br><br>I am not able to see results from this, Am I missing something ?</div><div><br></div><div>Thanks,<br>Prithivi</div></div>