<div dir="ltr"><div><div>Hi,<br><br></div>I'd like to have a script that loads the file<br></div><div>"mybasidgeo.geo" and generates (and stores)<br></div><div>a sequence of meshes via uniform refinement.<br><br><div>In Section 3.2 of the manual it is mentioned that something<br></div>like this should be possible, but in the second line of Section 6.3<br></div><div>it is written that "The actual mesh “actions ... cannot be specified in the script files"<br><br></div><div>This is a bit confusing. Shall I maybe use a makefile? How?<br><br></div><div>Many thanks<br></div><div>Alberto</div><div><br>P.s.:<br></div><div><br></div><div>The content of "mybasidgeo.geo" could be something like:<br><i><br>Point(1) = {0, 0, 0, 1.0};     Point(2) = {-0.5, -0, 0, 1.0};<br>Point(3) = {0, -0.5, 0, 1.0}; Point(4) = {0, 0.5, 0, 1.0};<br>Point(5) = {0.5, -0, 0, 1.0};<br><br>Circle(1) = {2, 1, 3}; Circle(2) = {3, 1, 5};<br>Circle(3) = {5, 1, 4}; Circle(4) = {4, 1, 2};<br><br>Line Loop(5) = {4, 1, 2, 3};<br>Plane Surface(6) = {5};</i></div></div>