QuazarTech / DG_Maxwell

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

1D wave equation was not executing for params.c < 0 #72

Closed amanabt closed 6 years ago

amanabt commented 6 years ago

1D wave equation was not executing for params.c < 0, this was because instead of using abs(c), c was being used to calculate params.c_lax and params.delta_t

All unit tests passing.