A complete numerical methods program for solving the 1D heat (diffusion) equation using the generalized Crank-Nicolson (theta) scheme. --run_all Run both stability analysis and computations --part ...
A comprehensive C++ library for solving Ordinary Differential Equations (ODEs) and Partial Differential Equations (PDEs) with Python bindings. This project implements ...