pymapdl
pymapdl copied to clipboard
refactor: clean mapdl inprocess and move mute to MapdlCore
Description
Cleanup of MapdlInProcess and light refactor
This PR is a followup to the suggestion made in #3198
Points to address:
- [ ] move the name getter in the backend
- [x] add
_before_run()and_after_run()to let the backend do specific tasks- [x] move
_session_idtomapdl_grpc
- [x] move
- [ ] add tests (?)