
slope_limiter_scheme.src : Solves for 1d linear, scalar advection with periodic
boundaries. This time we can choose to use limiters or not depending on
the choice of "islope". Can choose different CFL numbers with "mu".
Can also choose different initial conditions (Gaussian and square wave)
with "iproblem". Copy this code to any file
name with a ".F" ending, compile it with a fortran compiler and execute.
Plot the results from the file "rhoa0001" out using "onedplot.pro".
Try different limiters, different initial conditions, and different
CFL numbers.





