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

Add select method to Mapdl #3423

Open
germa89 opened this issue Sep 20, 2024 · 1 comment
Open

Add select method to Mapdl #3423

germa89 opened this issue Sep 20, 2024 · 1 comment

Comments

@germa89
Copy link
Collaborator

germa89 commented Sep 20, 2024

It will be nice to have something like:

mapdl.select("KP", [1,2,3])
mapdl.select("NODE", [2, 5, 10])
mapdl.select("COMP", ["component1", "component2"])

I think it will simplify plenty of inner workings and could help developers to speed up their work.

@germa89
Copy link
Collaborator Author

germa89 commented Sep 20, 2024

It will be amazing if this can be done in only one gRPC call ... and not issue a single call for each element.
That will require to have access/implement MAPDL functions, probably on ansGRPC.

We could speed up the function by using non-interactive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant