<p>Hi,</p><p>pursuing the subject I tried:š</p><p>1) parsed format: The example below is what worked to me so far.</p><p>-(a continent of elements adjacent to an element edge in order to set the mesh element size)</p><p>But I guess there is no easy way to convert to "parsed format", so it is not the path to follow. Right?</p><p>2) msh format: There might be a converter (ElmerGrid). Good idea?</p><p>3) Anyway I need to modify the values of the the post processing mesh. How is this done best? With fields (postview/matheval?) in the .geo script or otherwise?</p><p>Found this example:šdg/benchmarks/Atmosphere/idealizedCyclone/aquaplanet_up.geo without having tried it. Is it good for the purpose?</p><blockquote><p>Merge "aquaplanet_1d.msh";<br />Merge "resolutionCartesianUp.pos";<br />Field[1] = PostView;<br />Field[1].IView = 0;<br /><br />Field[2] = MathEval;<br />Field[2].F = "F1/sqrt(2*6371220*2*6371220/(2*6371220*2*6371220 + x*x + y*y))";<br />Background Field = 2;</p><div>š</div></blockquote><p>š</p><p>4) Am not very sure which path to follow.š</p><p>If this procedure is suboptimal, I would be glad, if some advisedšme how to go the foreseen way or an example.</p><p>Tia</p><p>š</p><p>Example for "parsed format"<br />Merge "t1.geo";</p><p>// View "background mesh" {</p><p>// ST(0.024,0.3,0,0.008,0.25,0,0.027,0.25,0){0.00048,0.0003,0.0081};<br />// };</p><p>View "background mesh" { <br /> SP(0.05, 0.3, 0){0.0006};<br />};</p><p>//adjacent to the element edge, else ignored</p><p>// Apply the view as the current background mesh<br />Background Mesh View[0];</p>