Lines Matching refs:l_start_ghost_c

612 …, i_start_c, j_start_c, l_start_c, i_start_ghost_c, j_start_ghost_c, l_start_ghost_c, col_shift, c…  in DMCreateInterpolation_DA_3D_Q0()  local
641 …PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, &j_start_ghost_c, &l_start_ghost_c, &m_ghost_… in DMCreateInterpolation_DA_3D_Q0()
672l_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_3D_Q0()
683 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c… in DMCreateInterpolation_DA_3D_Q0()
716 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c) … in DMCreateInterpolation_DA_3D_Q0()
743 PetscInt l_start_ghost_c, p_ghost_c, l_c, *dnz, *onz; in DMCreateInterpolation_DA_3D_Q1() local
792 …PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, &j_start_ghost_c, &l_start_ghost_c, &m_ghost_… in DMCreateInterpolation_DA_3D_Q1()
807l_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_3D_Q1()
817 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c… in DMCreateInterpolation_DA_3D_Q1()
868 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c) + (i_… in DMCreateInterpolation_DA_3D_Q1()
947 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c) +… in DMCreateInterpolation_DA_3D_Q1()
965 …col = (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_ghost_c) +… in DMCreateInterpolation_DA_3D_Q1()
1344 …PetscInt i_start_ghost_c, j_start_ghost_c, l_start_ghost_c, m_ghost_c, n_ghost_c, p_… in DMDACreateAggregates() local
1383 …PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, &j_start_ghost_c, &l_start_ghost_c, &m_ghost_… in DMDACreateAggregates()
1411 …a = idx_c[dofc * (m_ghost_c * n_ghost_c * (l_c - l_start_ghost_c) + m_ghost_c * (j_c - j_start_gho… in DMDACreateAggregates()