Searched refs:rank_reI (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 529 PetscMPIInt rank_ijk_re, rank_reI[3]; in PCTelescopeSetUp_dmda_permutation_3d() local 535 …k_re, ctx->range_i_re, ctx->range_j_re, ctx->range_k_re, &rank_reI[0], &rank_reI[1], &rank_reI[2],… in PCTelescopeSetUp_dmda_permutation_3d() 537 ii = i - ctx->start_i_re[rank_reI[0]]; in PCTelescopeSetUp_dmda_permutation_3d() 539 jj = j - ctx->start_j_re[rank_reI[1]]; in PCTelescopeSetUp_dmda_permutation_3d() 541 kk = k - ctx->start_k_re[rank_reI[2]]; in PCTelescopeSetUp_dmda_permutation_3d() 543 lenI_re[0] = ctx->range_i_re[rank_reI[0]]; in PCTelescopeSetUp_dmda_permutation_3d() 544 lenI_re[1] = ctx->range_j_re[rank_reI[1]]; in PCTelescopeSetUp_dmda_permutation_3d() 545 lenI_re[2] = ctx->range_k_re[rank_reI[2]]; in PCTelescopeSetUp_dmda_permutation_3d() 596 PetscMPIInt rank_ijk_re, rank_reI[3]; in PCTelescopeSetUp_dmda_permutation_2d() local 602 …>start_k_re, ctx->range_i_re, ctx->range_j_re, ctx->range_k_re, &rank_reI[0], &rank_reI[1], NULL, … in PCTelescopeSetUp_dmda_permutation_2d() [all …]
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 242 PetscMPIInt rank_ijk_re, rank_reI[] = {0, 0}; in DMDACreatePermutation_2d() local 248 …, Mp_re, Np_re, start_i_re, start_j_re, range_i_re, range_j_re, &rank_reI[0], &rank_reI[1], &rank_… in DMDACreatePermutation_2d() 252 ii = i - start_i_re[rank_reI[0]]; in DMDACreatePermutation_2d() 254 jj = j - start_j_re[rank_reI[1]]; in DMDACreatePermutation_2d() 257 lenI_re[0] = range_i_re[rank_reI[0]]; in DMDACreatePermutation_2d() 258 lenI_re[1] = range_j_re[rank_reI[1]]; in DMDACreatePermutation_2d()
|