<div dir="ltr"><div dir="ltr">Hi community,<div><br></div><div>Can someone assist me with local refinement. I had a more complex 3D problem that didn't work so I attempted the following toy:</div><div><br></div><div><div><i>lc = 1;</i></div><div><i>lc_fine = 0.005;</i></div><div><i>Point(1) = {-1.0, -1.0, 0.0, lc};</i></div><div><i>Point(2) = {-1.0, 1.0, 0.0, lc};</i></div><div><i>Point(3) = {1.0, -1.0, 0.0, lc};</i></div><div><i>Point(4) = {1.0, 1.0, 0.0, lc};</i></div><div><i>//+</i></div><div><i>Line(1) = {2, 4};</i></div><div><i>//+</i></div><div><i>Line(2) = {4, 3};</i></div><div><i>//+</i></div><div><i>Line(3) = {3, 1};</i></div><div><i>//+</i></div><div><i>Line(4) = {1, 2};</i></div><div><i>//+</i></div><div><i>Curve Loop(1) = {4, 1, 2, 3};</i></div><div><i>//+</i></div><div><i>Plane Surface(1) = {1};</i></div><div><i>Point(5) = {0.0, 0.0, 0.0, lc_fine};</i></div><div><i>Point{5} In Surface{1};</i></div></div><div><br></div><div>which also does not work. What gives?</div><div><br></div><div>Thank you kindly,</div><div>Ryan</div></div></div>