Commit fbf9fdf1 authored by breuera's avatar breuera

Updated readme file of the CUDA teaching skeleton.

parent 20bd7762
...@@ -12,6 +12,7 @@ There are two CUDA kernels in the file SWE_WavePropagationBlockCuda_kenels.cu, w ...@@ -12,6 +12,7 @@ There are two CUDA kernels in the file SWE_WavePropagationBlockCuda_kenels.cu, w
2. [void updateUnknownsKernel([...])](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda_kernels.cu#L108) 2. [void updateUnknownsKernel([...])](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda_kernels.cu#L108)
These kernels have to be called within the following two functions of the class [SWE_WavePropagationBlockCuda](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu): These kernels have to be called within the following two functions of the class [SWE_WavePropagationBlockCuda](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu):
1. [void SWE_WavePropagationBlockCuda::computeNumericalFluxes()](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu#L206) 1. [void SWE_WavePropagationBlockCuda::computeNumericalFluxes()](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu#L206)
2. [void SWE_WavePropagationBlockCuda::updateUnknowns(const float i_deltaT)](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu#L261) 2. [void SWE_WavePropagationBlockCuda::updateUnknowns(const float i_deltaT)](https://github.com/TUM-I5/SWE/blob/master/src_skeleton/SWE_WavePropagationBlockCuda.cu#L261)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment