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
The extra nodes, are indeed, in the middle elements.
The FE element is 188 (a 2D beam element), hence these middle nodes are supposed to be hidden. Hence, they should not be retrieved (at least by default) by mapdl.mesh.nodes.
@FredAns do you think you can implement an optional argument to the gRPC method that allows us to choose if we want midside nodes or not?
Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
)Description of the bug
Basically, in beam elements (and I presume any kind of element which has hidden nodes), the
mapdl.mesh.nodes
returns those hidden nodes.This is not desirable.
Steps To Reproduce
So, it seems to me that the
NLIST
command does not retrieve the midside nodes, whereasmapdl.mesh.nodes
(which use the grpc method) does it.For more info,
mapdl.mesh.nodes
returns:The extra nodes, are indeed, in the middle elements.
The FE element is 188 (a 2D beam element), hence these middle nodes are supposed to be hidden. Hence, they should not be retrieved (at least by default) by
mapdl.mesh.nodes
.@FredAns do you think you can implement an optional argument to the gRPC method that allows us to choose if we want midside nodes or not?
Pinging @akaszynski for visibility.
Which Operating System are you using?
Windows
Which Python version are you using?
3.9
PyMAPDL Report
NA
Installed packages
NA
The text was updated successfully, but these errors were encountered: