/beegfs/hackathon/users/eoseret/qaas_runs_test/178-663-0018/intel/TeaLeaf/build/TeaLeaf/src/omp/cg.cpp: 32 - 39
--------------------------------------------------------------------------------

32:   #pragma omp parallel for
33: #endif
34:   for (int jj = 1; jj < y - 1; ++jj) {
35:     for (int kk = 1; kk < x - 1; ++kk) {
36:       const int index = kk + jj * x;
37:       w[index] = (coefficient == CONDUCTIVITY) ? density[index] : 1.0 / density[index];
38:     }
39:   }
