Searched refs:l_start (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 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() 662 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q0() 672 …%" PetscInt_FMT " l_c %" PetscInt_FMT " l_start_ghost_c %" PetscInt_FMT, l_start, l_c, l_start_gho… in DMCreateInterpolation_DA_3D_Q0() 705 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q0() 742 PetscInt l_start, p_f, l_start_ghost, p_ghost, l_start_c, p_c; 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() 799 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q1() 807 …%" PetscInt_FMT " l_c %" PetscInt_FMT " l_start_ghost_c %" PetscInt_FMT, l_start, l_c, l_start_gho… in DMCreateInterpolation_DA_3D_Q1() 847 for (l = l_start; l < l_start + p_f; l++) { in DMCreateInterpolation_DA_3D_Q1() [all …]
|