pymapdl icon indicating copy to clipboard operation
pymapdl copied to clipboard

refactor: clean mapdl inprocess and move mute to MapdlCore

Open Gryfenfer97 opened this issue 1 year ago • 19 comments

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_id to mapdl_grpc
  • [ ] add tests (?)

Gryfenfer97 avatar Jun 26 '24 15:06 Gryfenfer97