├── .gitattributes ├── .gitignore ├── 2DWaveEquation.py ├── figure_1.png ├── figure_2.png ├── wave_animation.avi └── wave_animation_2.avi /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/.gitignore -------------------------------------------------------------------------------- /2DWaveEquation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/2DWaveEquation.py -------------------------------------------------------------------------------- /figure_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/figure_1.png -------------------------------------------------------------------------------- /figure_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/figure_2.png -------------------------------------------------------------------------------- /wave_animation.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/wave_animation.avi -------------------------------------------------------------------------------- /wave_animation_2.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JohnBracken/2D-wave-equation/HEAD/wave_animation_2.avi --------------------------------------------------------------------------------