Searched refs:i_f (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 1089 PetscInt i_f = i * ratioi; in DMCreateInjection_DA_1D() local 1091 …i_f >= i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_INCOMP, "Pro… in DMCreateInjection_DA_1D() 1093 row = idx_f[i_f - i_start_ghost]; in DMCreateInjection_DA_1D() 1154 PetscInt i_f = i * ratioi, j_f = j * ratioj; in DMCreateInjection_DA_2D() local 1156 …i_f >= i_start_ghost && i_f < i_start_ghost + m_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 1242 …PetscCheck(i_f >= i_start_ghost && i_f < i_start_ghost + m_ghost, PETSC_COMM_SELF, PETSC_ERR_ARG_I… in DMCreateInjection_DA_3D() 1245 i, i_f, i_start_ghost, i_start_ghost + m_ghost); in DMCreateInjection_DA_3D() 1246 …host * n_ghost * (k_f - k_start_ghost) + m_ghost * (j_f - j_start_ghost) + (i_f - i_start_ghost))]; in DMCreateInjection_DA_3D()
|