pymapdl
pymapdl copied to clipboard
Implement a function which helps debugging
Somehting like:
debug_pymapdl checks
It should use the CLI.
- It should check the MAPDL starting point...
I think we should just use the report? And append things there...
I think the whole CLI could be revamped:
Launcher
Replace launch_mapdl
https://mapdl.docs.pyansys.com/version/dev/user_guide/cli.html#pymapdl-command-line-interface with
-
pymapdl launch
-
pymapdl stop
converter
https://mapdl.docs.pyansys.com/version/dev/user_guide/convert.html
-
pymapdl convert
for debugging/report
we could have something like:
-
pymapdl debug
orpymapdl report
... should print the report?
Help
-
pymapdl help
open the website for help and/or print useful information to the stdout.