-
Hi all, I noticed that when I read in an ABAQUS mesh, the node mapping wasn't a simple +1 offset (as I imagined from Line 532 in fd900b5 Shawn |
Beta Was this translation helpful? Give feedback.
Answered by
roystgnr
Jul 27, 2023
Replies: 1 comment 1 reply
-
Does the Abaqus file have its nodes written non-contiguously? Have you left mesh renumbering enabled on a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yw5aj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does the Abaqus file have its nodes written non-contiguously? Have you left mesh renumbering enabled on a
DistributedMesh
? Those are the only things I can think of that would give you unexpected numberings.