[Gmsh] bug when re-loading a mesh

GARNAUD Xavier (SAFRAN) xavier.garnaud at safrangroup.com
Thu May 26 15:25:17 CEST 2016


Dear all,

I generated a mesh with the latest version of gmsh available via svn using a step model, and exported it as a msh file:
//-*- C++ -*-
// // Meshing algorithm
Mesh.Algorithm=5;
Mesh.Algorithm3D = 1;
Mesh.Optimize = 1;
Mesh.OptimizeNetgen = 1;

// Geom parameters
Geometry.OCCFixDegenerated = 0;
Geometry.OCCFixSmallEdges = 0;
Geometry.OCCFixSmallFaces = 0;
Geometry.OCCSewFaces = 0;
Geometry.OCCConnectFaces = 0;
Geometry.OCCScaling = 0.001;

// Import the step file
Merge "LS89_3Ddomain.step";

//Physical Groups
Physical Surface("inlet") = {1};
Physical Surface("outlet") = {3};
Physical Surface("top") = {2};
Physical Surface("bottom") = {4};
Physical Surface("front") = {7};
Physical Surface("back") = {6};
Physical Surface("blade") = {5};
Physical Volume("fluid") = {1};

Periodic Surface 2 {1,5,6,7} = 4 {3,11,9,12};
Periodic Surface 6 {4,7,10,12,15} = 7 {2,5,8,11,14};


When I try to reload it along with the CAD model, using a .go script like
// Geom parameters
Geometry.OCCFixDegenerated = 0;
Geometry.OCCFixSmallEdges = 0;
Geometry.OCCFixSmallFaces = 0;
Geometry.OCCSewFaces = 0;
Geometry.OCCConnectFaces = 0;
Geometry.OCCScaling = 0.001;

// Import the step file
Merge "LS89_3Ddomain.step";

Merge "LS89-mixed.msh";

I get:
terminate called without an active exception
Aborted

It works fine with version 2.12.0

Best regards

Xavier

--

#
" Ce courriel et les documents qui lui sont joints peuvent contenir des informations confidentielles, être soumis aux règlementations relatives au contrôle des exportations ou ayant un caractère privé. S'ils ne vous sont pas destinés, nous vous signalons qu'il est strictement interdit de les divulguer, de les reproduire ou d'en utiliser de quelque manière que ce soit le contenu. Toute exportation ou réexportation non autorisée est interdite Si ce message vous a été transmis par erreur, merci d'en informer l'expéditeur et de supprimer immédiatement de votre système informatique ce courriel ainsi que tous les documents qui y sont attachés."
******
" This e-mail and any attached documents may contain confidential or proprietary information and may be subject to export control laws and regulations. If you are not the intended recipient, you are notified that any dissemination, copying of this e-mail and any attachments thereto or use of their contents by any means whatsoever is strictly prohibited. Unauthorized export or re-export is prohibited. If you have received this e-mail in error, please advise the sender immediately and delete this e-mail and all attached documents from your computer system."
#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://onelab.info/pipermail/gmsh/attachments/20160526/df13f562/attachment-0001.html>


More information about the gmsh mailing list