Hello,
 
Check these commands in the option chapter in documentation :
Mesh.Format = 39;             // Abaqus
Mesh.SaveGroupsOfNodes=1;
Mesh.SaveAll = 0;            // Group element cards
Save "export.mesh";
 
Fabrice.
 
Envoyé: mardi 14 novembre 2017 à 15:46
De: "Ricardo Gomez Bardon" <[email protected]>
À: "[email protected]" <[email protected]>
Objet: [Gmsh] export mesh from .geo file

Hello,
I would like to include a command in my .geo script to export the mesh, but I can’t find how to do it.

I am interested in exporting it in .unv format, and I would also need to activate the option “Save groups of nodes”, and deactivate “Save all”.


Is there a way to do this?

 

In case it wouldn’t be possible, I am trying to do it from the command line, using the following _expression_ I found online, but for some reason it is not creating the output file

 

gmsh myfile.geo -3 -o myoutput.unv

 

 

Many thanks in advance for your help,

 

Ricardo

_______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
 
 
_______________________________________________
gmsh mailing list
[email protected]
http://onelab.info/mailman/listinfo/gmsh

Reply via email to