Go to the documentation of this file.
29 #pragma omp parallel default(none) \
31 shared(x,y,z, rho_visc, \
32 vx_visc, vy_visc, vz_visc, \
37 for (i = 0; i <
x; i++) {
40 #pragma omp for schedule(static)
42 for (j = 0; j <
y; j++) {
44 for (k = 0; k <
z; k++) {