Lines Matching refs:j_start_c

263 …PetscInt               i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_…  in DMCreateInterpolation_DA_2D_Q1()  local
297 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInterpolation_DA_2D_Q1()
491 …PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_… in DMCreateInterpolation_DA_2D_Q0() local
515 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInterpolation_DA_2D_Q0()
612 …PetscInt i_c, j_c, l_c, i_start_c, j_start_c, l_start_c, i_start_ghost_c, j_start_gh… in DMCreateInterpolation_DA_3D_Q0() local
640 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &l_start_c, &m_c, &n_c, &p_c)); in DMCreateInterpolation_DA_3D_Q0()
741 PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c; in DMCreateInterpolation_DA_3D_Q1() local
791 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &l_start_c, &m_c, &n_c, &p_c)); in DMCreateInterpolation_DA_3D_Q1()
1115 PetscInt i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c; in DMCreateInjection_DA_2D() local
1144 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, NULL, &m_c, &n_c, NULL)); in DMCreateInjection_DA_2D()
1152 for (j = j_start_c; j < j_start_c + n_c; j++) { in DMCreateInjection_DA_2D()
1180 PetscInt i_start_c, j_start_c, k_start_c; in DMCreateInjection_DA_3D() local
1222 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &k_start_c, &m_c, &n_c, &p_c)); in DMCreateInjection_DA_3D()
1231 for (j = j_start_c; j < j_start_c + n_c; j++) { in DMCreateInjection_DA_3D()
1343 PetscInt i_start_c, j_start_c, l_start_c, m_c, n_c, p_c; in DMDACreateAggregates() local
1382 PetscCall(DMDAGetCorners(dac, &i_start_c, &j_start_c, &l_start_c, &m_c, &n_c, &p_c)); in DMDACreateAggregates()
1407 for (j_c = j_start_c; j_c < j_start_c + n_c; j_c++) { in DMDACreateAggregates()