pymapdl
pymapdl copied to clipboard
RDEC and VFQUERY need updating.
๐ค Before submitting the issue
- [X] I have visited the Troubleshooting section.
- [X] I have searched among the existing issues.
- [X] I am using a Python virtual environment.
- [X] I am using the latest version of PyMAPDL and its dependencies (fully updated virtual environment). You can update them using
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.
๐ Description of the bug
PyMAPDL RDEC is missing the 3rd field which is a blank field. VFQUERY was updated at 2023R2 and now has a blank 3rd field and a WrOpt 4th field.
๐ต๏ธ Steps To Reproduce
The log will automatically be formatted as Python code! No need to type backticks.
๐ป Which Operating System are you using?
Windows
๐ Which Python version are you using?
3.10
๐พ Which MAPDL version are you using?
0.68.1
๐ PyMAPDL Report
Show the Report!
# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here
๐ Installed packages
Show the installed packages!
# PASTE HERE THE OUTPUT OF `python -m pip freeze` here
๐ Logger output file
Show the logger output file.
# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.
For reference: https://github.com/ansys/pymapdl/discussions/3026#discussion-6554930
GitHub
Given this APDL command: MPCOPY,--,matf,matt where: -- is an "unused" field or, in pythonic terms, an undocumented argument. This undocumented argument can serve different purposes: Maybe it is a d...
Because of discusion #3026, probably the RDEC
command is not going to be updated.