Re: [Libmesh-users] using GmshIO to write mesh and system data

2021-08-16 Thread Charles Puelz
Hi John, I did try concatenating the files but that did not seem to work. I can almost get what I need by opening up the POS file in GMSH and re-exporting. My ultimate goal is to have a single file that contains both mesh information and "NodeData" information per GMSH's most recent file version.

Re: [Libmesh-users] using GmshIO to write mesh and system data

2021-08-16 Thread John Peterson
On Sat, Aug 14, 2021 at 12:29 PM Charles Puelz wrote: > Hello, > > I am trying to write both a mesh and data corresponding to a libMesh system > to a single MSH file. It looks like this can be done with an MSH file > version > 4. > > At this point I can separately write out a mesh in an MSH file