Hello,<div><br></div><div>I want to use Physical Groups tags as boundary conditions in .mesh file. The edges</div><div>and triangles are tagged properly, but all vertices vertices are tagged as "0".</div><div>The problem is that not all information can be recovered from the tags of the edges. </div>
<div><br></div><div><br></div><div>e.g., I cant recover tha tag of the corners of a square in .mesh file :</div><div><br></div><div>simple.geo:</div><div>---------------------------------------------------------------------------------------------------</div>
<div><div>Point(1) = {0, 0, 0};</div><div>Point(2) = {1, 0, 0};</div><div>Point(3) = {1, 1, 0};</div><div>Point(4) = {0, 1, 0};</div><div>Line(1) = {1, 2};</div><div>Line(2) = {2, 3};</div><div>Line(3) = {3, 4};</div><div>
Line(4) = {4, 1};</div><div>Line Loop(5) = {4, 1, 2, 3};</div><div>Plane Surface(6) = {5};</div><div><br></div><div>Physical Point(777) = {4, 1, 2, 3};  // PROBLEM: this tag will disappear</div><div>Physical Line(888) = {4, 1, 2, 3};</div>
<div>Physical Surface(999) = {6};</div></div><div>----------------------------------------------------------------------------------------------------</div><div><div><br></div><div>simple.mesh</div><div>---------------------------------------------------------------------------------------------------- </div>
<div>MeshVersionFormatted 1</div><div> Dimension</div><div> 3</div><div> Vertices</div><div> 5</div><div>                    0                         0                         0      0</div><div>                    1                         0                         0      0</div>
<div>                    1                         1                         0      0</div><div>                    0                         1                         0      0</div><div>                  0.5                       0.5                         0      0</div>
<div> Edges</div><div> 4</div><div> 1 2 888</div><div> 2 3 888</div><div> 3 4 888</div><div> 4 1 888</div><div> Triangles</div><div> 4</div><div> 2 3 5 999</div><div> 4 1 5 999</div><div> 5 3 4 999</div><div> 5 1 2 999</div>
<div> End</div><div>----------------------------------------------------------------------------------------------------</div><div><br></div><div><br></div><div>Ps: Sorry if my english is not so clear.</div><div><br></div>
-- <br>Felipe Montefuscolo<br>
</div>