-
Notifications
You must be signed in to change notification settings - Fork 123
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
Node components from input file #1070
Comments
Hi @SairamPrabhakar , Could you provide some minimum working example to do our test with? Kind regards, |
Hi @germa89 & @SairamPrabhakar Here is an example. This caught my attention as the PyMAPDL docs do not shown an example of this; rather the "Reader" is used. I took that to mean that node and element component listing is not yet in the mapdl.mesh class (MeshGrpc class?). I went poking around the files and did not see the functions defined in mesh_grpc.py like they are in /mapdl/reader/mesh.py .
|
When I read a .inp input file with mapdl.input( ), I get the mesh. But mapdl.mesh.node_components is null. If however, I use the ansys.mapdl.reader.Archive( ) function, I get the mesh along with node_components. Is this expected behavior? It looks to me that in both cases the same gRPC mesh is being queried for node components?
Observed in
MAPDL Version: 21.2
ansys.mapdl Version: 0.61.1
Thanks
Sairam
The text was updated successfully, but these errors were encountered: