This project implements finite difference methods to solve Poisson's equation in 1D and 2D domains, with a focus on heat distribution problems. FiniteDifference/ ├── README.md # Project documentation ...
The Backward Euler and Crank–Nicolson methods are solved using a tridiagonal solver implementing the Thomas algorithm. The first and last rows correspond to the boundary conditions, and the interior ...