The repo houses the code/examples for my summer 2020 URSS project at the University of Warwick on the use of adaptive grids to reduce CPU time for solving the Benney equation IVP:
All the MATLAB code is in the code folder, which is further split into solvers, containing the solvers and helper functions and support, containing a variety of supporting functions including plotting scripts. All the functions and scripts are self-documented.
Example plots and gifs are all in the examples folder. Most of these also include the .mat
files required to reproduce them with the relevant plotting script.