Searched refs:j_start_ghost_c (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 263 …PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_… in DMCreateInterpolation_DA_2D_Q1() local 298 …PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, &j_start_ghost_c, NULL, &m_ghost_c, &n_ghost_… in DMCreateInterpolation_DA_2D_Q1() 327 …j_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_2D_Q1() 337 col = (m_ghost_c * (j_c - j_start_ghost_c) + (i_c - i_start_ghost_c)); in DMCreateInterpolation_DA_2D_Q1() 383 col = (m_ghost_c * (j_c - j_start_ghost_c) + (i_c - i_start_ghost_c)); in DMCreateInterpolation_DA_2D_Q1() 434 col = (m_ghost_c * (j_c - j_start_ghost_c) + (i_c - i_start_ghost_c)); in DMCreateInterpolation_DA_2D_Q1() 449 col = (m_ghost_c * (j_c - j_start_ghost_c) + (i_c - i_start_ghost_c)); in DMCreateInterpolation_DA_2D_Q1() 491 …PetscInt i_c, j_c, i_start_c, j_start_c, n_c, i_start_ghost_c, j_start_ghost_c, col_… in DMCreateInterpolation_DA_2D_Q0() local 516 …PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, &j_start_ghost_c, NULL, &m_ghost_c, &n_ghost_… in DMCreateInterpolation_DA_2D_Q0() 545 …j_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_2D_Q0() [all …]
|