PPT Slide
Function: give each process a different code section
There is one computational loop
It would be contrived (and more work!) to split it up
Data: give each process a subset of data
Domain: position (i) and time (t)
Which can be computed concurrently?
does (x) depend on (x-1) at same (y)? (data dependence)
t has a data dependence, i doesn't
Decomposition: By function or data?