Searched refs:i_start_ghost_c (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 45 PetscInt i_c, i_start_c, i_start_ghost_c, cols[2], dof; in DMCreateInterpolation_DA_1D_Q1() local 69 PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, NULL, NULL, &m_ghost_c, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q1() 95 …i_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_1D_Q1() 105 col = (i_c - i_start_ghost_c); in DMCreateInterpolation_DA_1D_Q1() 131 …i_start_ghost_c, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Processor's coarse DMDA must lie over fin… in DMCreateInterpolation_DA_1D_Q1() 136 col = (i_c - i_start_ghost_c); in DMCreateInterpolation_DA_1D_Q1() 148 col = (i_c - i_start_ghost_c); in DMCreateInterpolation_DA_1D_Q1() 177 PetscInt i_c, i_start_c, i_start_ghost_c, cols[2], dof; in DMCreateInterpolation_DA_1D_Q0() local 202 PetscCall(DMDAGetGhostCorners(dac, &i_start_ghost_c, NULL, NULL, &m_ghost_c, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q0() 236 col = (i_c - i_start_ghost_c); in DMCreateInterpolation_DA_1D_Q0() [all …]
|