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
We ignore the "2" column, which is the number of tags associated with the edge, which is a strong assumption.
In this case we read the tag from the wrong place (the zero) instead of the one. I am not sure how to fix this given that the format is somehow different but the same.
The text was updated successfully, but these errors were encountered:
Issue: User provided msh file not properly read by meshParallelReaderQuad2D
Details: To explain this, the boundary faces in the msh file are given for instance by
5 1 2 0 1 1 5
6 1 2 0 1 5 6
7 1 2 0 1 6 7
8 1 2 0 1 7 8
We check to see the element type from the second column
We ignore the "2" column, which is the number of tags associated with the edge, which is a strong assumption.
In this case we read the tag from the wrong place (the zero) instead of the one. I am not sure how to fix this given that the format is somehow different but the same.
The text was updated successfully, but these errors were encountered: