Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abaqus only allows 16 integer per line in the element definition part. #1445

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vincent-skywalker
Copy link

Abaqus only allows 16 integer per line in the element definition part, as shown in the document:

Data lines to define the elements

First line

  1. Element number.
  2. First node number forming the element.
  3. Second node number forming the element.
  4. Etc., up to 15 node numbers on this line.

The order of nodes for each element type (the element's connectivity) is given in About the element library.

Continuation lines (only needed if the previous line ends with a comma)

  1. Node numbers forming the element.

Repeat this set of data lines as often as necessary, with up to 16 integer values per line.

Abaqus only allows 16 integer per line in the element definition part.
@vincent-skywalker
Copy link
Author

vincent-skywalker commented Apr 17, 2024

Hi, will this PR be approved? @nschloe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant