pymapdl
pymapdl copied to clipboard
Fix/node-numbering
Description
Fix the node numbering issue generated because of attempting to remove duplicated labels. Now we relay on the backend for that.
Issue linked
Close #3120
Checklist
- [x] I have visited and read Develop PyMAPDL.
- [x] I have tested my changes locally
- [x] I have added necessary documentation or updated existing documentation.
- [x] I have followed the PyMAPDL coding style guidelines.
- [x] I have added appropriate unit tests that also ensure the minimal coverage criteria.
- [x] I have reviewed my changes before submitting this pull request.
- [x] I have linked the issue or issues that are solved to the PR if any.
- [x] I have assigned this PR to myself.
- [x] I have marked this PR as
draftif it is not ready to be reviewed yet. - [x] I have made sure that the title of my PR follows Commit naming conventions (e.g.
feat: adding new MAPDL command)