The params.py file in dg_maxwell should contain only those variables which are input parameters for running the simulations. But, at this stage, it contains global variables other than input parameters which are being used in the code. I propose to clean up these global variables from params.py.
The
params.py
file indg_maxwell
should contain only those variables which are input parameters for running the simulations. But, at this stage, it contains global variables other than input parameters which are being used in the code. I propose to clean up these global variables fromparams.py
.