QuazarTech / DG_Maxwell

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

Upwind flux implementation for 1D advection. #75

Closed amanabt closed 6 years ago

amanabt commented 6 years ago

In this PR the Lax-Friedrichs flux is replaced by the upwind flux. The Lax-Friedrichs flux function has been kept but the upwind flux is being used for the simulation. The 1D Maxwell's equation upwind flux is also implemented and tested. At several locations in the code, the math sphinx syntax was not correct, corrected it.