This repository demonstrates a proof‑of‑concept for solving partial differential equations (PDEs) on the GPU using Python. It provides a simple two‑dimensional heat equation solver implemented with ...
We examine a heat problem in 1D. Assume that a rod with given temperature distribution u_0(x) is cooled to temperature 0 on the exteriors at 0 and pi. Assume that u(x,t) for the Temperature at point x ...