ansys / pymapdl

Pythonic interface to MAPDL
https://mapdl.docs.pyansys.com
MIT License
423 stars 120 forks source link

Implement `PYMAPDL_DEBUG` env var #3347

Open germa89 opened 1 month ago

germa89 commented 1 month ago

This env var will:

germa89 commented 1 month ago

It will be also nice to have something like:

from ansys.mapdl import core as pymapdl
pymapdl.DEBUG = True

which does the same stuff.

germa89 commented 1 month ago

Related to #2822 #2703