Searched refs:j_start (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | dainterp.c | 258 PetscInt i, j, i_start, j_start, m_f, n_f, Mx, My, dof; in DMCreateInterpolation_DA_2D_Q1() local 292 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, NULL, &m_f, &n_f, NULL)); in DMCreateInterpolation_DA_2D_Q1() 319 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1() 327 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_2D_Q1() 365 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1() 419 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q1() 486 PetscInt i, j, i_start, j_start, m_f, n_f, Mx, My, dof; in DMCreateInterpolation_DA_2D_Q0() local 510 PetscCall(DMDAGetCorners(daf, &i_start, &j_start, NULL, &m_f, &n_f, NULL)); in DMCreateInterpolation_DA_2D_Q0() 537 for (j = j_start; j < j_start + n_f; j++) { in DMCreateInterpolation_DA_2D_Q0() 545 …%" PetscInt_FMT " j_c %" PetscInt_FMT " j_start_ghost_c %" PetscInt_FMT, j_start, j_c, j_start_gho… in DMCreateInterpolation_DA_2D_Q0() [all …]
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmproducts.c | 189 PetscInt j_start = oldest; in LMProductsUpdate_Internal() local 200 j_start = i; in LMProductsUpdate_Internal() 204 j_start = i; in LMProductsUpdate_Internal() 207 j_start = i + 1; in LMProductsUpdate_Internal() 212 for (PetscInt j = j_start; j < j_end; j++) { in LMProductsUpdate_Internal()
|