The document provides background on supercomputing and introduces the shallow water equations model for simulating wave motion. It describes:
1) The mathematical shallow water equations model for conserving mass and momentum over time.
2) The numerical Lax-Wendroff method used to solve the equations, including predictor-corrector steps.
3) Sample programs implementing the method in languages like C/MPI, Java, and MATLAB to model wave behavior in 1D and 2D.