Searched refs:i_start_ghost (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 44 PetscInt row, col, i_start_ghost, mx, m_c, nc, ratio; in DMCreateInterpolation_DA_1D_Q1() local 64 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q1() 92 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1() 128 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q1() 176 PetscInt row, col, i_start_ghost, mx, m_c, nc, ratio; in DMCreateInterpolation_DA_1D_Q0() local 197 PetscCall(DMDAGetGhostCorners(daf, &i_start_ghost, NULL, NULL, &m_ghost, NULL, NULL)); in DMCreateInterpolation_DA_1D_Q0() 224 row = idx_f[i - i_start_ghost]; in DMCreateInterpolation_DA_1D_Q0() 262 …PetscInt row, col, i_start_ghost, j_start_ghost, cols[4], mx, m_c, my, nc, ratioi, r… 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() [all …]
|