News

This repository is dedicated to solving Partial Differential Equations (PDEs) using Python. We specifically focus on the Heat Equation, the Wave Equation, and the uncoupled Thermo-elasticity problem.
Numerical Techniques for ODEs in Python This repository provides Python code for various numerical techniques to solve Ordinary Differential Equations (ODEs). The implemented methods include the Euler ...
Partial differential equations (PDEs) are ubiquitous to the mathematical description of physical phenomena. Typical examples describe the evolution of a field in time as a function of its value in ...
This article describes two Python modules for solving partial differential equations (PDEs): PyCC is designed as a Matlab-like environment for writing algorithms for solving PDEs, and SyFi creates ...