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.
I didn't read the code in detail, but is the fix as simple as
#include "libmesh/sparse_matrix.h"
?
--
John
On Mon, Aug 16, 2021 at 10:06 AM edgar wrote:
> Hello,
>
> I'm sorry to bother you. I'm getting an error, and I dont' know how to
> solve it. I am trying to restructure some examples fr
Hello,
I'm sorry to bother you. I'm getting an error, and I dont' know how to
solve it. I am trying to restructure some examples from the
/systems_of_equations/ directory into a single program.
I am compiling in debug mode with mpicxx. The error message reads:
=invalid use of incomplete type
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