<div dir="ltr"><div>Dear all,</div><div><br></div><div>It seems that the option does not exist yet but maybe it has something to do with partitioning. Here is my question :<br></div><div><br></div><div>I would like to save mesh (in med format) in several parts that are defined by lists of physicals. Some physicals may belong to more than one part.</div><div><div></div>

</div><div><br></div><div>What I do for now :</div><div>1 - I prepare a text file that describes a geometry from a cad software (list of entities, each entity being described by a list of point coordinates, its type and its cad layer)</div>2 - another text file describes the different parts of the geometry, by sets of layer names. Some physicals may belong to several parts.<br>3 - then I make geo files from 1 and 2, each geo file contains all geometry but only physicals which are to be saved as mesh.<br>4 - Gmsh mesh each geo.files (so I repeat exactly the same meshing for each geo file) then I  save only mesh entities with physical tag in med format <br><br>What I would like to do: Instead of meshing all geo files as in point 3 above:- mesh in only one time the geo file, containing all geometry <br><div>- then save the mesh in several steps, giving at each step a list of physicals that are to be saved.</div><div><br></div><div>Exemple :</div><div>
<div><u>geo file  :</u></div><div>surfaces : "s1", "s2", "s3"<br></div><div>points : "p1", "p2"</div><div><br></div><div><u>meshes to save :</u></div><div>first med file : <br></div><div>    - meshed surfaces : "s1", "s2"</div><div>    - points : "p1"<br></div><div>second med file :</div><div>
<div>    - meshed surfaces : "s2", "s3"</div><div>    - points : "p2"</div></div>

</div><div><br></div><div>I hope it is clear !<br></div><div><br></div><div>Best regards,</div><div><br></div><div>Michel Cassagnes<br></div><div><br></div><div><br></div></div>