Lines Matching refs:m_ghost
43 PetscInt m_ghost, m_ghost_c; in DMCreateInterpolation_DA_1D_Q1() local
64 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q1()
175 PetscInt m_ghost, m_ghost_c; in DMCreateInterpolation_DA_1D_Q0() local
197 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q0()
261 PetscInt m_ghost, n_ghost, m_ghost_c, n_ghost_c, *dnz, *onz; in DMCreateInterpolation_DA_2D_Q1() local
293 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInterpolation_DA_2D_Q1()
322 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
368 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
422 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q1()
489 PetscInt m_ghost, n_ghost, m_ghost_c, n_ghost_c, *dnz, *onz; in DMCreateInterpolation_DA_2D_Q0() local
511 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInterpolation_DA_2D_Q0()
540 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q0()
579 row = idx_f[(m_ghost * (j - j_start_ghost) + (i - i_start_ghost))]; in DMCreateInterpolation_DA_2D_Q0()
610 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 …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()
739 PetscInt m_ghost, n_ghost, m_ghost_c, n_ghost_c, Mz, mz; 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()
1057 PetscInt m_ghost, m_ghost_c; in DMCreateInjection_DA_1D() local
1077 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInjection_DA_1D()
1091 …m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fine DMDA, … in DMCreateInjection_DA_1D()
1113 PetscInt m_ghost, n_ghost, m_ghost_c, n_ghost_c; in DMCreateInjection_DA_2D() local
1140 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, NULL, &m_ghost, &n_ghost, NULL)… in DMCreateInjection_DA_2D()
1156 …m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fine DMDA, … in DMCreateInjection_DA_2D()
1157 row = idx_f[(m_ghost * (j_f - j_start_ghost) + (i_f - i_start_ghost))]; in DMCreateInjection_DA_2D()
1177 PetscInt m_ghost, n_ghost, p_ghost, m_ghost_c, n_ghost_c, p_ghost_c; in DMCreateInjection_DA_3D() local
1218 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &k_start_ghost, &m_ghost, &n_gh… in DMCreateInjection_DA_3D()
1242 …PetscCheck(i_f >= i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_I… in DMCreateInjection_DA_3D()
1245 i, i_f, i_start_ghost, i_start_ghost + m_ghost); in DMCreateInjection_DA_3D()
1246 …row = idx_f[(m_ghost * n_ghost * (k_f - k_start_ghost) + m_ghost * (j_f - j_start_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 …PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, &j_start_ghost, &l_start_ghost, &m_ghost, &n_gh… in DMDACreateAggregates()
1421 …fine_nodes[fn_idx] = idx_f[doff * (m_ghost * n_ghost * (l - l_start_ghost) + m_ghost * (j - j_star… in DMDACreateAggregates()