<div><p>Hi,<br />am searching for a solution for scripted meshing of 2d multiregion heat conduction.š</p><p>What I did so far:šRead all the tutorials, read the mailing list two years and reviewed the 40 mesh options in 300 geo files of the gmsh sources such as:šgmsh/ -name "*.geo"|xargs grep -o --color "Mesh\.[^ ;=]*"|cut -f2 -d":"|sort|uniq|wc</p><p>42</p><p>-So concerning the meshing strategy I guess as general rule of thumb <br />1) one can make points (and less lines) "beam" scriptedly, that is use attractor/treshold fields for each (according to some previously measured object size). This looks feasible.</p><p>2)And secondly this should be flanked by: <br /> -loading some postprocess-gradient file from the first solving and <br /> -set the element size according to (all) node gradients as feedback from the solver.</p><p>These are rough estimations of a newbie. <br /> -Especially on point 2 I found not really something, which makes me wonder, because it seems "first guess" to me; maybe have overread something or something is odd?</p><p>-if this is a common, advisable way to go, would be the general question.</p><p>Any opinions/tips/warnings/experiences of yours truly welcome<br />Tia</p><p>(using python, freecad, elmer, ubuntu 14.4, gmsh so far)</p></div>