Convergence test:
|
Dot products:
|
Vector updates:
-
Elementwise scaling and addition of two vectors
-
No communication if vectors are aligned
|
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
|