The codes make reference to the posted pdf versions of PowerPoint presentations.
01. 1D Poisson with Finite Difference - Discretization and Matlab Version
02. Solution of Tridiagonal Linear Systems in CUDA
The Utilities.cu
and Utilities.cuh
files are mantained at
https://github.com/OrangeOwlSolutions/CUDA_Utilities
and omitted here.
- Solution of the 2D diffusion (heat) equation using the Jacobi's method (see Solving 2d diffusion (heat) equation with CUDA);
- Solution of the Poisson equation using the Jacobi's method (see Parallel (CUDA) 2D Poisson solver);