QuazarTech / DG_Maxwell

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

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

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.