This is a simple 2D finite element partial differential equation solver using Python and Pygame. Update rules for the heat equation and the wave equation have been defined. The PDE can be disturbed by clicking into the render area.
pip install pygame
git clone https://github.com/donquichotte/simplePDE
cd simplePDE
python main.py