Changes

Jump to: navigation, search

GPUSquad

2 bytes removed, 15:13, 7 April 2018
Assignment 3
</pre>
In our kernelcode, our main jacobi calculations look like this (when using global indexing):
<source>
a[ij] = (input + dxxinv*(b[ij - 1] + b[ij + 1])
93
edits

Navigation menu