Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 317 Bytes

TMA4212

Code for TMA4212 Main Project - Solving the Porous medium equation.

To run the basic numerical methods, simply run main.py in the src directory using Python. All required dependencies are mentioned in the Pipfile.

2D plot can be run by using the command Python 2DPlot.py in the src directory.