QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
8 stars 5 forks source link

Global variables cleanup from params.py [WIP] #36

Closed amanabt closed 6 years ago

amanabt commented 6 years ago

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.