-
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
Possible improvements that could be made to pymapdl #2137
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I really feel that the SOLVE command needs to be left alone:
|
@mikerife what if it just printed out some suggestions, rather than throwing any error or changing the behavior of solve? |
Care should be used when looking at adding a warning to multiple ET commands using the same ET ID. Reusing ET IDs is standard procedure in one way load coupled multiphysics models. It can also be SOP when using the MESH200 elements. Maybe an option to turn on 'enhanced warnings' that would pick up this type of usage? |
@koubaa that a good idea (printing suggestions)! |
@germa89 @mikerife This issue suggests possible improvements that could be made to pymapdl:
Originally posted by @koubaa in #2123 (comment)
Further additions:
Also add:
mapdl.port
Exposing more internal properties. #2246mapdl.exited
Exposing more internal properties. #2246mapdl.check_status
Exposing more internal properties. #2246mapdl.ip
Exposing more internal properties. #2246mapdl.amesh
inmapdl.aplot
#3613The text was updated successfully, but these errors were encountered: