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

RDEC and VFQUERY need updating. #3000

Closed
4 tasks done
mikerife opened this issue Apr 15, 2024 · 2 comments · Fixed by #3037
Closed
4 tasks done

RDEC and VFQUERY need updating. #3000

mikerife opened this issue Apr 15, 2024 · 2 comments · Fixed by #3037
Assignees

Comments

@mikerife
Copy link

mikerife commented Apr 15, 2024

🤓 Before submitting the issue

🔍 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.

@germa89
Copy link
Collaborator

germa89 commented Apr 24, 2024

For reference: #3026 (comment)

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...

@germa89 germa89 self-assigned this Apr 24, 2024
@germa89
Copy link
Collaborator

germa89 commented Apr 26, 2024

Because of discusion #3026, probably the RDEC command is not going to be updated.

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.

2 participants