Lines Matching refs:col_shift
263 … i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_shift, col_scale; in DMCreateInterpolation_DA_2D_Q1() local
316 col_shift = Mx * My * (rank_f / size_c); in DMCreateInterpolation_DA_2D_Q1()
338 cols[nc++] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_2D_Q1()
340 if (i_c * ratioi != i) cols[nc++] = col_shift + idx_c[col + 1]; in DMCreateInterpolation_DA_2D_Q1()
342 if (j_c * ratioj != j) cols[nc++] = col_shift + idx_c[col + m_ghost_c]; in DMCreateInterpolation_DA_2D_Q1()
344 … if (i_c * ratioi != i && j_c * ratioj != j) cols[nc++] = col_shift + idx_c[col + (m_ghost_c + 1)]; in DMCreateInterpolation_DA_2D_Q1()
384 cols[nc] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_2D_Q1()
388 cols[nc] = col_shift + idx_c[col + 1]; in DMCreateInterpolation_DA_2D_Q1()
393 cols[nc] = col_shift + idx_c[col + m_ghost_c]; in DMCreateInterpolation_DA_2D_Q1()
398 cols[nc] = col_shift + idx_c[col + (m_ghost_c + 1)]; in DMCreateInterpolation_DA_2D_Q1()
435 cols[0] = col_shift + idx_c[col]; /* left, below */ in DMCreateInterpolation_DA_2D_Q1()
450 cols[0] = col_shift + idx_c[col]; /* left, below */ in DMCreateInterpolation_DA_2D_Q1()
451 cols[1] = col_shift + idx_c[col + 1]; /* right, below */ in DMCreateInterpolation_DA_2D_Q1()
452 cols[2] = col_shift + idx_c[col + m_ghost_c]; /* left, above */ in DMCreateInterpolation_DA_2D_Q1()
453 cols[3] = col_shift + idx_c[col + (m_ghost_c + 1)]; /* right, above */ in DMCreateInterpolation_DA_2D_Q1()
491 … i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_shift, col_scale; in DMCreateInterpolation_DA_2D_Q0() local
534 col_shift = Mx * My * (rank_f / size_c); in DMCreateInterpolation_DA_2D_Q0()
556 cols[nc++] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_2D_Q0()
586 cols[nc] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_2D_Q0()
612 …t_c, j_start_c, l_start_c, i_start_ghost_c, j_start_ghost_c, l_start_ghost_c, col_shift, col_scale; in DMCreateInterpolation_DA_3D_Q0() local
659 col_shift = Mx * My * Mz * (rank_f / size_c); in DMCreateInterpolation_DA_3D_Q0()
684 cols[nc++] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_3D_Q0()
717 cols[nc] = col_shift + idx_c[col]; in DMCreateInterpolation_DA_3D_Q0()