You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@germa89 Eplot() function of PyMAPDL taking huge time in element plotting. For the below stats of nodes and elements, it's taking about ~35 mins. If we have more complex model, then I can't imagine time taken by this function. We should improve the performance of this function in order to use it.
🕵️ Steps To Reproduce
ThelogwillautomaticallybeformattedasPythoncode! Noneedto type backticks.
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.12
💾 Which MAPDL version are you using?
2024R2
📝 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.
The text was updated successfully, but these errors were encountered:
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
@germa89 Eplot() function of PyMAPDL taking huge time in element plotting. For the below stats of nodes and elements, it's taking about ~35 mins. If we have more complex model, then I can't imagine time taken by this function. We should improve the performance of this function in order to use it.
🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.12
💾 Which MAPDL version are you using?
2024R2
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: