<div dir="ltr">Thank you very much Lawrence.<div>Are the names lost or are they saved somewhere ?</div><div>If I do : "./ex2 -filename /tmp/test/Cube_with_facets.msh4 -dm_view vtk:/tmp/foo.vtk" , I only get the tets of the initial mesh.</div><div><br></div><div>Thanks, </div><div>Nicolas</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 19 mai 2021 à 15:49, Lawrence Mitchell <<a href="mailto:wence@gmx.li">wence@gmx.li</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On 19 May 2021, at 14:46, Karin&NiKo <<a href="mailto:niko.karin@gmail.com" target="_blank">niko.karin@gmail.com</a>> wrote:<br>
> <br>
> Dear Matthew,<br>
> <br>
> You are (again) right. This Gmsh test file is "dirty" : some triangles do not belong to tests. Sorry for that.<br>
> I have tried with another geo file (which is clean in that sense) and PETSc reads with no error.<br>
> <br>
> I take this opportunity to ask my initial question : are the labels of the Physical Entities saved somewhere ? <br>
> A gmsh test file with several Physical entities is attached to this email. <br>
<br>
Yes, plex represents Physical entities as "labels". In particular, for facets, they are loaded as the "Face Sets" label, plex also loads markers on cells in the "Cell Sets" label.<br>
<br>
e.g. here's the DMView output of your mesh.<br>
<br>
DM Object: DM_0x84000000_0 1 MPI processes<br>
  type: plex<br>
DM_0x84000000_0 in 3 dimensions:<br>
  0-cells: 64<br>
  1-cells: 279<br>
  2-cells: 378<br>
  3-cells: 162<br>
Labels:<br>
  celltype: 4 strata with value/size (0 (64), 6 (162), 3 (378), 1 (279))<br>
  depth: 4 strata with value/size (0 (64), 1 (279), 2 (378), 3 (162))<br>
  Cell Sets: 1 strata with value/size (7 (162))<br>
  Face Sets: 6 strata with value/size (3 (18), 6 (18), 2 (18), 5 (18), 1 (18), 4 (18))<br>
<br>
<br>
Lawrence</blockquote></div>