On Sat, Aug 14, 2021 at 12:29 PM Charles Puelz <charles.pu...@gmail.com>
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 using the
> "write" function and system data to a POS file using
> 'write_equation_systems" or "write_nodal_data."


> Is it possible to write both the mesh and system data to a single MSH file
> with version > 4?
>

This might be something that Gmsh supports, but I don't think we support it
in libmesh currently.


Otherwise, does anyone have an idea for combining legacy POS and MSH files
> for system data and a mesh in another way?
>

I guess it would depend on the file format definitions for both file types,
which I'm not very familiar with. They are both ASCII files, so have you
tried to simply "cat" them together? Also, what is your ultimate goal here,
just to have a single file for organization purposes?

-- 
John

_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to