3D Heat Equation Solver - Using GPU Run solvers If you want testing and compare CPU and GPU solvers: make && heatTest.x To compile and run CPU solver: make && mainCPU.x To compile and run GPU solver: make && mainGPU.x -> Solutions will be save in VTK files format.