1 |
Convergence test:
|
2 |
Dot products:
|
3 |
Vector updates:
-
Elementwise scaling and addition of two vectors
-
No communication if vectors are aligned
|
4 |
Matrix-vector multiplies:
-
Depends on the matrix (PDE operator) in the problem
-
For the model problem, equivalent to Jacobi iteration grid update
-
Static, local communication
|