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

VPLOT does not always clean up its ET definition(s). #3374

Closed
4 tasks done
mikerife opened this issue Aug 26, 2024 · 1 comment · Fixed by #3421
Closed
4 tasks done

VPLOT does not always clean up its ET definition(s). #3374

mikerife opened this issue Aug 26, 2024 · 1 comment · Fixed by #3421
Labels
bug Issue, problem or error in PyMAPDL

Comments

@mikerife
Copy link

🤓 Before submitting the issue

🔍 Description of the bug

Create some geometry. Did a VPLOT. Then issued a ET to define a solid structural element type and get an MAPDL error that the shape is not compatible with the element type. The element types used by the VPLOT are still defined. See the attached example. A much simpler example using 2 blocks did not fail like this.
VPLOT_Test.zip

🕵️ 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?

2024R1

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

@mikerife mikerife added the bug Issue, problem or error in PyMAPDL label Aug 26, 2024
@germa89
Copy link
Collaborator

germa89 commented Aug 27, 2024

Oh my... this is important.

@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue, problem or error in PyMAPDL
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@germa89 @mikerife and others