Searched refs:j_f (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 1154 PetscInt i_f = i * ratioi, j_f = j * ratioj; in DMCreateInjection_DA_2D() local 1155 …j_f >= j_start_ghost && j_f < j_start_ghost + n_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Pro… in DMCreateInjection_DA_2D() 1157 row = idx_f[(m_ghost * (j_f - j_start_ghost) + (i_f - i_start_ghost))]; in DMCreateInjection_DA_2D() 1233 PetscInt i_f = i * ratioi, j_f = j * ratioj, k_f = k * ratiok; in DMCreateInjection_DA_3D() local 1238 …PetscCheck(j_f >= j_start_ghost && j_f < j_start_ghost + n_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_I… in DMCreateInjection_DA_3D() 1241 j, j_f, j_start_ghost, j_start_ghost + n_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()
|