-
Notifications
You must be signed in to change notification settings - Fork 132
Issue with plot_nodal_displacement #905
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
Comments
I think we should depreciate the usage of Integration with PyDPF would be great. @rlagha, is there an easy way to dpf installed on Linux on GitHub? Do we have instructions for that? |
Just my 2 cents, I think this may be good in the long run, but backwards compatibility might be a bit of a pain then. I'd say that most people that currently use PyMapdl are familiar with using the |
Agreed. Ideally the |
@cbellot000 please could you work with @germa89 on this? |
Closing on favor of #1298 |
It appears that the method
plot_nodal_displacement()
can be accessed in two ways:mapdl.result.plot_nodal_displacement()
of the pyMAPDL reader. In this method, the result number uses a 0-indexing (so the first result set is obtained throughmapdl.result.plot_nodal_displacement(0)
). I've been able to successfully use this method on a model:However I understand that the pyMAPDL reader is legacy, so its use is not recommended.
mapdl.post_processing.plot_nodal_displacement()
, which belongs to the pyMAPDL module (not pyMAPDL Reader). I have two issues here:The text was updated successfully, but these errors were encountered: