<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div><br></div><div>Just put</div><div>Mesh.CharacteristicLengthExtendFromBoundary = 0;</div><div><br></div><div>in the geo file.</div><div><br></div><div>JF</div><div><div><div><br></div><div><br></div><div>Le 21 nov. 2014 à 03:34, Grégory LEGRAIN <<a href="mailto:gregory.legrain@ec-nantes.fr">gregory.legrain@ec-nantes.fr</a>> a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite">Dear gmsh developers/users,<br>I am playing with size fields, and I experienced some strange results...<br><br>Consider the folllwing geo file :<br>lc = 1.e-2;<br><br>Point(1) = {0.0,0.0,0.0,lc};<br>Point(2) = {1,0.0,0.0,lc};<br>Point(3) = {1,1,0.0,lc};<br>Point(4) = {0,1,0.0,lc};<br>Line(1) = {4,3};<br>Line(2) = {3,2};<br>Line(3) = {2,1};<br>Line(4) = {1,4};<br>Line Loop(5) = {2,3,4,1};<br>Plane Surface(6) = {5};<br><br><br>Field[1] = MathEval;<br>Field[1].F = "0.1";<br>Background Field = 1;<br><br>As you can see, I should get a mesh with elements of size 0.1.<br><br>Unfortunately, I obtain a mesh with size 1.e-2 which was my initial characteristic length (see isoKO.png). Now, if I set lc=1. I get a correct mesh (see isoOK.png).<br><br>So my question is : did I miss something ? Is it normal that the size field is only taken into account when it is smaller than the initial characteristic length ? (i.e. no coarsening possible)<br><br>Best regards,<br>Gregory<br><br>PS : I played also with anisotropic meshing, and in this case the metric is taken into account everywhere except on the boundaries.<br><br>-- <br>-------------------------------<br>Grégory LEGRAIN<br>Maître de Conférences - Assistant Professor<br>Responsable de l'option Modélisation et Simulation Mécanique (MSM)<br>GeM Institut de Recherche en Génie Civil et Mécanique - UMR CNRS 6183<br>Equipe structure et simulation<br><br>Ecole Centrale de Nantes<br>1 Rue de la Noe, 44321 Nantes, France<br>Email : <a href="mailto:gregory.legrain@ec-nantes.fr">gregory.legrain@ec-nantes.fr</a><br>Tel : 02.40.37.16.41.<br>Fax : 02.40.37.25.73.<br><br><span><isoOK.png></span><span><isoKO.png></span>_______________________________________________<br>gmsh mailing list<br><a href="mailto:gmsh@geuz.org">gmsh@geuz.org</a><br>http://www.geuz.org/mailman/listinfo/gmsh<br></blockquote></div><br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>/*</div><div><br></div><div>Professor Jean-François Remacle<div>Department of Computational and Applied Mathematics<br>Rice University<br><br>+1 713 348 6160</div><div><a href="http://www.geuz.org/gmsh">http://www.geuz.org/gmsh</a></div></div></div><div><br></div></div>*/</div>
</div>
<br></div></body></html>