/porous-medium-solver

Solving the Porous medium equation with a range of numerical finite difference methods.

Primary LanguagePython

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.