We want to compare the numerical solution to check the order of convergence for the numerical solutions of Burger's Equation without any slope limiters and with the minmod slope limiter. I have used the following equation to determine the order of convergence.
As we can see from the following figures,
it seems that the value of a is same for both cases, exhibiting the same order of convergence. It seems that limiting the slope while the function is still smooth, does not affect the order of convergene greatly.
Looking at the order of convergence after the shock has formed we see that around the extrema, the order of convergence is certainly not of the same order as everywhere else. This is due to the limitations of minmod slope limiter at extrema.





