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.
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 theflux_x
function to be changed.