<div dir="ltr">Dear all,<div><br></div><div>I would like to use gmsh meshes in Syrthes, which is a thermal solver written by EDF. They have a tool called convert2syrthes4 which converts the gmsh file to their own mesh file .syr.</div><div><br></div><div>Inspecting the .syr file, I see that the elem references are shifted. I have tracked down the problem to this line in lecture_msh.c for a 4 node tetrahedron for example :</div><div><br></div><div><div>sscanf(chaine, "%i %i %i %i %i %i %i %i %i %i", &entier1, &entier2, &entier3, &couleur, &entier5, &entier6,</div><div><span style="white-space:pre">     </span>                          &(elem_tetraedre[tetraedreP1][0]),</div><div><span style="white-space:pre"> </span>                          &(elem_tetraedre[tetraedreP1][1]),</div><div><span style="white-space:pre"> </span>                          &(elem_tetraedre[tetraedreP1][2]),<span style="white-space:pre">                                </span>  </div><div><span style="white-space:pre">  </span>                          &(elem_tetraedre[tetraedreP1][3]));</div><div><br></div><div>Question: which is the gmsh file version which works with this sscanf? They are execting 10 params, but I only have 9 in gmsh 3.0.6. </div><div><br></div><div>I was thinking about setting the right: Mesh.MshFileVersion = X.Y;</div><div><br></div><div>Can anyone please help me?</div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Distinti Saluti.</div><div><br></div><div><b><i><font size="4">Alessio Nava</font></i></b></div></div></div>
</div></div>