Home
last modified time | relevance | path

Searched refs:jx (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex56.c191 PetscInt jx, ix, idx[8], idx3[24]; in main() local
224 for (jx = 0; jx < 24; jx++) DD[ix][jx] = alpha * DD1[ix][jx]; in main()
242 for (jx = 0; jx < 24; jx++) DD[ix][jx] = alpha * DD2[ix][jx]; in main()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c368 …PetscInt ix = ii * ndata_rows + kk + jj * stride0, jx = ii * node_data_sz + kk * ndata_cols + j… in PCGAMGCreateLevel_GAMG() local
370 PetscCall(VecSetValues(src_crd, 1, &jx, &tt, INSERT_VALUES)); in PCGAMGCreateLevel_GAMG()
399 …PetscInt ix = ii * ndata_rows + kk + jj * strideNew, jx = ii * node_data_sz + kk * ndata_cols + jj; in PCGAMGCreateLevel_GAMG() local
400 pc_gamg->data[ix] = PetscRealPart(array[jx]); in PCGAMGCreateLevel_GAMG()