Closed schmid02 closed 1 month ago
Add this to the header of your file:
$Topology
0
$EndTopology
as described in Mesh File (.msh):
$Topology
$EndTopology [...] $Topology denotes the beginning of an optional topology field. is a boolean indicating whether the topology is to be reconstructed upon parsing or not (use 0 to solve parsing issues). $EndTopology denotes the end of an optional topology field.
Description
I wanted to reload a mesh with the option -loadmesh in the -M modul to write out a .stelt-file. With a mesh out of tet-elements it worked fine, but with a mesh out of hex-elements it fails.
To Reproduce