QuazarTech / DG_Maxwell

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

Update 1D advection equation to work for multiple `u` and `flux` #74

Closed amanabt closed 6 years ago

amanabt commented 6 years ago

Till commit 28bbf6b563e585d95b929e17341841f315bb64e7 in master the 1D advection solver only allows us to evolve 1 advection at a time. This PR will allow it to solve multiple equations simultaneously.

Some of the new jupyter notebooks related to 1D Maxwell's equations might not work because they need the flux_x function to be changed.

coveralls commented 6 years ago

Coverage Status

Changes Unknown when pulling d796786401858cb73f8ce3063dd1c04189897366 on amanabt:advection_1d_multiple_u into on QuazarTech:master.