Lines Matching refs:i_start_ghost

44   PetscInt               row, col, i_start_ghost, mx, m_c, nc, ratio;  in DMCreateInterpolation_DA_1D_Q1()  local
64 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q1()
92 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1()
128 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1()
176 PetscInt row, col, i_start_ghost, mx, m_c, nc, ratio; in DMCreateInterpolation_DA_1D_Q0() local
197 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q0()
224 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q0()
262 …PetscInt row, col, i_start_ghost, j_start_ghost, cols[4], mx, m_c, my, nc, ratioi, r… in DMCreateInterpolation_DA_2D_Q1() local
293 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInterpolation_DA_2D_Q1()
322 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
368 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
422 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
490 …PetscInt row, col, i_start_ghost, j_start_ghost, cols[4], mx, m_c, my, nc, ratioi, r… in DMCreateInterpolation_DA_2D_Q0() local
511 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInterpolation_DA_2D_Q0()
540 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q0()
579 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q0()
611 …PetscInt row, col, i_start_ghost, j_start_ghost, l_start_ghost, cols[8], mx, m_c, my… in DMCreateInterpolation_DA_3D_Q0() local
636 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMCreateInterpolation_DA_3D_Q0()
666 …f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_3D_Q0()
709 …f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_3D_Q0()
740 …PetscInt row, col, i_start_ghost, j_start_ghost, cols[8], mx, m_c, my, nc, ratioi, r… in DMCreateInterpolation_DA_3D_Q1() local
787 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMCreateInterpolation_DA_3D_Q1()
803 …f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_3D_Q1()
851 …f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_3D_Q1()
932 …f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_3D_Q1()
1058 PetscInt row, i_start_ghost, mx, m_c, nc, ratioi; in DMCreateInjection_DA_1D() local
1077 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInjection_DA_1D()
1091i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor'… in DMCreateInjection_DA_1D()
1093 row = idx_f[i_f - i_start_ghost]; in DMCreateInjection_DA_1D()
1114 PetscInt row, i_start_ghost, j_start_ghost, mx, m_c, my, nc, ratioi, ratioj; in DMCreateInjection_DA_2D() local
1140 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInjection_DA_2D()
1156i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor'… in DMCreateInjection_DA_2D()
1157 row = idx_f[(m_ghost * (j_f - j_start_ghost) + (i_f - i_start_ghost))]; in DMCreateInjection_DA_2D()
1178 PetscInt i_start_ghost, j_start_ghost, k_start_ghost; in DMCreateInjection_DA_3D() local
1218 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &k_start_ghost, &m_ghost, &n_gh… in DMCreateInjection_DA_3D()
1242 …PetscCheck(i_f >= i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_I… in DMCreateInjection_DA_3D()
1245 i, i_f, i_start_ghost, i_start_ghost + m_ghost); in DMCreateInjection_DA_3D()
1246 …host * n_ghost * (k_f - k_start_ghost) + m_ghost * (j_f - j_start_ghost) + (i_f - i_start_ghost))]; in DMCreateInjection_DA_3D()
1340 PetscInt i_start_ghost, j_start_ghost, l_start_ghost, m_ghost, n_ghost, p_ghost; in DMDACreateAggregates() local
1377 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMDACreateAggregates()
1421 …_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_start_ghost))] + d; in DMDACreateAggregates()