<div><br></div><blockquote class="protonmail_quote" type="cite"><div dir="ltr"><div>I was wondering if it is possible to write node-data to a ".msh" file from within the ".geo" file. All the examples from the documentation seem to explain the format of a ".msh" file containing node-data, but I would like gmsh to write out node-data (if possible) to the ".msh" file it generates (I need this to place "markers" on specific boundary nodes)<br></div></div></blockquote><div><br></div><div>I think that the usual way to do this in Gmsh is to declare the point a Physical Point.<br></div><div><br></div><div><a href="http://gmsh.info/doc/texinfo/gmsh.html#Points">http://gmsh.info/doc/texinfo/gmsh.html#Points</a><br></div><div><br></div><div>Then when the geometry is meshed, there will be a node at that point and an element of type 15 ("1-node point"), in the $Nodes and $Elements blocks, respectively, of the .msh file.  The point-element has integer tags and ‘by default, the first <var>tag</var> is the number of the physical
entity to which the element belongs’.<br></div><div><br></div><div><a href="http://gmsh.info/doc/texinfo/gmsh.html#MSH-ASCII-file-format">http://gmsh.info/doc/texinfo/gmsh.html#MSH-ASCII-file-format</a><br></div><div><br></div><div><br></div>