Skip to content

Using the CUDA language to solve the heat equation in 3D using the GPU. Compared with the result calculated on CPU.

License

Notifications You must be signed in to change notification settings

SylvJalb/3D-Heat-Equation-Solver---GPU

Repository files navigation

3D Heat Equation Solver - Using GPU

TO DO

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.

About

Using the CUDA language to solve the heat equation in 3D using the GPU. Compared with the result calculated on CPU.

Resources

License

Stars

Watchers

Forks