Searched refs:j_start_ghost (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 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() 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() 490 …PetscInt row, col, i_start_ghost, j_start_ghost, cols[4], mx, m_c, my, nc, ratioi, r… 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() 611 …PetscInt row, col, i_start_ghost, j_start_ghost, l_start_ghost, cols[8], mx, m_c, my… in DMCreateInterpolation_DA_3D_Q0() local [all …]
|