Lines Matching refs:i_start
41 PetscInt i, i_start, m_f, Mx; in DMCreateInterpolation_DA_1D_Q1() local
63 PetscCall(DMDAGetCorners(daf, &i_start, NULL, NULL, &m_f, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q1()
90 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_1D_Q1()
95 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_1D_Q1()
126 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_1D_Q1()
131 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_1D_Q1()
172 PetscInt i, i_start, m_f, Mx; in DMCreateInterpolation_DA_1D_Q0() local
196 PetscCall(DMDAGetCorners(daf, &i_start, NULL, NULL, &m_f, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q0()
222 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_1D_Q0()
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()
320 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_2D_Q1()
328 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_2D_Q1()
366 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_2D_Q1()
420 for (i = i_start; i < i_start + m_f; i++) { 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()
538 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_2D_Q0()
546 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_2D_Q0()
577 for (i = i_start; i < i_start + m_f; i++) { 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()
664 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_3D_Q0()
674 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_3D_Q0()
707 for (i = i_start; i < i_start + m_f; i++) { 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()
801 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_3D_Q1()
809 …%" PetscInt_FMT " i_c %" PetscInt_FMT " i_start_ghost_c %" PetscInt_FMT, i_start, i_c, i_start_gho… in DMCreateInterpolation_DA_3D_Q1()
849 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_3D_Q1()
930 for (i = i_start; i < i_start + m_f; i++) { in DMCreateInterpolation_DA_3D_Q1()
1054 PetscInt i, i_start, m_f, Mx, dof; in DMCreateInjection_DA_1D() local
1076 PetscCall(DMDAGetCorners(daf, &i_start, NULL, NULL, &m_f, NULL, NULL)); in DMCreateInjection_DA_1D()
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()