Changes

Jump to: navigation, search

BetaT

4 bytes removed, 19:13, 29 March 2017
Optimizing Problems
We grab the devices properties so that we do not exceed resources.
The original algorithm was split into 2 kernels. The first kernel causing no problems is as follows:
__global__ void Initalize(double* u, double* un, int nx, int nt, double dx)
{
int i = blockIdx.x * blockDim.x + threadIdx.x;
212
edits

Navigation menu