You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can tell, meshio silently overwrites the nodes from different parts... I saw noticed this issue when opening an .inp file in ParaView using the meshio plugin:
With the example you gave, there are no visible elements with paraview, but I can see the 16 hexahedra in CAE.
I have an Abaqus input file that has two meshed parts. The contents of Job-1.inp are
If you read in this file, it will only include data from the last part:
It looks like the cell data is correct, but the point data is not correct.
The text was updated successfully, but these errors were encountered: