Home
last modified time | relevance | path

Searched refs:p_ghost (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/da/ !
H A Ddainterp.c610 PetscInt m_ghost, n_ghost, p_ghost, m_ghost_c, n_ghost_c, p_ghost_c, nc, *dnz, *onz; in DMCreateInterpolation_DA_3D_Q0() local
636 …etGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_ghost, &p_ghost)); 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 …etGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_ghost, &p_ghost)); in DMCreateInterpolation_DA_3D_Q1()
1177 PetscInt m_ghost, n_ghost, p_ghost, m_ghost_c, n_ghost_c, p_ghost_c; in DMCreateInjection_DA_3D() local
1218 …etGhostCorners(daf, &i_start_ghost, &j_start_ghost, &k_start_ghost, &m_ghost, &n_ghost, &p_ghost)); in DMCreateInjection_DA_3D()
1234 …PetscCheck(k_f >= k_start_ghost && k_f < k_start_ghost + p_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_I… in DMCreateInjection_DA_3D()
1237 k, k_f, k_start_ghost, k_start_ghost + p_ghost); in DMCreateInjection_DA_3D()
1340 PetscInt i_start_ghost, j_start_ghost, l_start_ghost, m_ghost, n_ghost, p_ghost; in DMDACreateAggregates() local
1377 …etGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_ghost, &p_ghost)); in DMDACreateAggregates()