The viscous Burgers equation couples nonlinear advection with diffusion and develops increasingly sharp fronts as viscosity decreases. This paper constructs a collocation method that uses B-splines in both independent variables: quadratic B-splines first integrate the equation in time, after which cubic B-splines discretize the resulting spatial problem. Collocation and the boundary conditions reduce each update to a recursive algebraic system for the spline coefficients. Two one-dimensional benchmarks with analytical solutions test shock-like and traveling-front propagation. The reported
- Formulated a Burgers-equation integrator that uses B-spline collocation in both time and space.
- Combined quadratic temporal splines with cubic spatial splines in a sequential discretization.
- Derived the recursive coefficient system, including initialization and boundary treatment.
- Tested the method on analytical shock-wave and traveling-front solutions across multiple viscosities and grid increments.
- Quantified the loss of accuracy for sharper low-viscosity fronts and identified higher-order splines as a concrete extension.