Changes

Jump to: navigation, search

BetaT

56 bytes added, 00:50, 12 April 2017
Parallelizing with 2 Kernels
The for loop is not needed.
=== INITIALIZE KERNEL ===
__global__ void Initalize(float* u, float* un, int nx, int nt, float dx)
{
}
=== CALCULATE WAVE KERNEL ===
This was the tricky part in converting the original code into the kernel.
212
edits

Navigation menu