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

Error parsing components when there are many #3652

Closed
germa89 opened this issue Jan 13, 2025 · 0 comments · Fixed by #3662
Closed

Error parsing components when there are many #3652

germa89 opened this issue Jan 13, 2025 · 0 comments · Fixed by #3662

Comments

@germa89
Copy link
Collaborator

germa89 commented Jan 13, 2025

When we have many components, we can see the following from printing mapdl.components:

MAPDL Components
----------------
ALL_ELEMENTS                     : ELEM
BULKHEAD                         : ELEM
BULKHEAD_ALL                     : ELEM
...
...
NSET_23                          : NODE
NSET_24                          : NODE
NSET_25                          : NODE
NSET_26                          : NODE
*****MAPDL                       : VERIFICATION
DO                               : NOT
NSET_27                          : NODE
NSET_28                          : NODE

This is due to PyMAPDL being parsing the headers strings.

Related to: ansys/pyacp#761

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 a pull request may close this issue.

1 participant