Searched refs:l_start_ghost (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 611 …PetscInt row, col, i_start_ghost, j_start_ghost, l_start_ghost, cols[8], mx, m_c, my… in DMCreateInterpolation_DA_3D_Q0() local 636 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMCreateInterpolation_DA_3D_Q0() 666 …row = idx_f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_star… in DMCreateInterpolation_DA_3D_Q0() 709 …row = idx_f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_star… 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 787 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMCreateInterpolation_DA_3D_Q1() 803 …row = idx_f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_star… in DMCreateInterpolation_DA_3D_Q1() 851 …row = idx_f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_star… in DMCreateInterpolation_DA_3D_Q1() 932 …row = idx_f[(m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_start_ghost) + (i - i_star… in DMCreateInterpolation_DA_3D_Q1() 1340 PetscInt i_start_ghost, j_start_ghost, l_start_ghost, m_ghost, n_ghost, p_ghost; in DMDACreateAggregates() local [all …]
|