This paper aims to investigate the features of three vectorized iterative numerical schemes used to simulate the behavior of modified Burgers equation (MBE).
Two of the schemes comprise differential quadrature and finite difference methods, while the third scheme consists of only differential quadrature for the derivative approximations. Proposed schemes are simulated for well-posed problems of MBE having known the analytic solution. The computational complexity of the schemes is examined through monitoring the time taken to complete the simulation. The results are compared with the analytic solution with the help of discrete error norms. Also, the accuracy of the proposed schemes is compared with that of the existing schemes in the literature. Vectorized MATLAB programs of the schemes are used for all investigations.
It is observed that all the three schemes succeeded in producing a good replication of the exact solution. The results are closer to the analytical solution than the results in the literature. Among the three schemes, the scheme labeled as FDTDQS is found highly accurate and computationally cheaper using fewer grid points. From the vectorized MATLAB programs provided, it is evident that the implementation of the schemes is simple.
This study gives an idea about three numerical schemes for a highly nonlinear problem. This mathematical framework can be adopted to any one-dimensional partial differential equation as well, and the provided program will be helpful to generate more fast and accurate vectorized code in MATLAB.
