Replies: 1 comment 1 reply
-
Hi @germa89 would these high-level API functions encompass all possibilities, or just the most widely used ones? Taking modal analysis as an example there would be a lot of args/kwargs on that one command. Each type of modal solver has 1-2 APDL commands to set solver specific options. About 2-6 per command. For the 6 modal solvers that's a lot of options! Or did you have in mind the mapdl.analysis.modal() having just the options of say the MODOPT command? Mike |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Implement high-level functions in PyMAPDL
Just add high-level functions to PyMAPDL.
We could also move all the low-level functions to a submodule so it will look like:
and then the high-level API will look like:
instead of:
which is more pythonic (similar to PyMechanical?)
Beta Was this translation helpful? Give feedback.
All reactions