Closed amanabt closed 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
abs(c)
c
All unit tests passing.
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_tAll unit tests passing.