•
Structure of Arrays:
•
Struct SOA { double
x [n], y [n], z [n]};
•
SOA Vertex;
•
•
X_0, X_1, X_2,…………..
•
Y_0, Y_1, Y_2,…………..
•
Z_0, Z_1, Z_2,……………
•