QuazarTech / DG_Maxwell

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

Params.py cleanup [WIP] #47

Closed amanabt closed 6 years ago

amanabt commented 7 years ago

Description: This PR is focused on cleaning up the dg_maxwell/params.py in the commit d0302feebb03416b7cc5e8b2e24a6e19cd4b8767

Issue: params.py is supposed to be a file in which the user will give the simulation parameters. But, currently, it is also being used as a global variables files, with parts of the simulation code residing in it.