Quadratic Pridmore-Brown Solutions
Copyright (C) 2021  Matthew King

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.


Description of files
====================

Plots.m: Uses data from SetA1.m to SetC.m to plot the figures in the paper

SetA1.m: Generates data for case A1 using code below
SetA2.m: Generates data for case A2 using code below
SetB.m: Generates data for case B using code below
SetC.m: Generates data for case C using code below

FullRun.m: Example of using the code to find poles, residues, and
           the inverse Fourier transform of the solution
FullRunLong.m: Further downstream than FullRun - used for fig10
FullRunLog.m: Further downstream on a log scale - used for fig8
FullTracking.m: Tracking poles as parameters are varied - used for fig12
