We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we have many components, we can see the following from printing mapdl.components:
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: