Lines Matching refs:j_start

258   PetscInt               i, j, i_start, j_start, m_f, n_f, Mx, My, dof;  in DMCreateInterpolation_DA_2D_Q1()  local
292 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, NULL, &m_f, &n_f, NULL)); in DMCreateInterpolation_DA_2D_Q1()
319 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1()
327 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_2D_Q1()
365 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1()
419 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1()
486 PetscInt i, j, i_start, j_start, m_f, n_f, Mx, My, dof; in DMCreateInterpolation_DA_2D_Q0() local
510 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, NULL, &m_f, &n_f, NULL)); in DMCreateInterpolation_DA_2D_Q0()
537 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q0()
545 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_2D_Q0()
576 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q0()
607 PetscInt i, j, l, i_start, j_start, l_start, m_f, n_f, p_f, Mx, My, Mz, dof; in DMCreateInterpolation_DA_3D_Q0() local
635 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &l_start, &m_f, &n_f, &p_f)); in DMCreateInterpolation_DA_3D_Q0()
663 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_3D_Q0()
673 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_3D_Q0()
706 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_3D_Q0()
736 PetscInt i, j, i_start, j_start, m_f, n_f, Mx, My, dof, l; in DMCreateInterpolation_DA_3D_Q1() local
786 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &l_start, &m_f, &n_f, &p_f)); in DMCreateInterpolation_DA_3D_Q1()
800 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_3D_Q1()
808 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_3D_Q1()
848 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_3D_Q1()
929 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_3D_Q1()
1110 PetscInt i, j, i_start, j_start, m_f, n_f, Mx, My, dof; in DMCreateInjection_DA_2D() local
1139 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, NULL, &m_f, &n_f, NULL)); in DMCreateInjection_DA_2D()
1176 PetscInt i, j, k, i_start, j_start, k_start, m_f, n_f, p_f, Mx, My, Mz; in DMCreateInjection_DA_3D() local
1217 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &k_start, &m_f, &n_f, &p_f)); in DMCreateInjection_DA_3D()
1339 PetscInt i_start, j_start, l_start, m_f, n_f, p_f; in DMDACreateAggregates() local
1376 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, &l_start, &m_f, &n_f, &p_f)); in DMDACreateAggregates()