Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope.h38 PetscInt *start_i_re, *start_j_re, *start_k_re; member
H A Dtelescope_dmda.c446 …Malloc3(ctx->Mp_re, &ctx->start_i_re, ctx->Np_re, &ctx->start_j_re, ctx->Pp_re, &ctx->start_k_re)); in PCTelescopeSetUp_dmda_repart()
462 ctx->start_k_re[k] = sum; in PCTelescopeSetUp_dmda_repart()
535 …>Mp_re, ctx->Np_re, ctx->Pp_re, ctx->start_i_re, ctx->start_j_re, ctx->start_k_re, ctx->range_i_re… in PCTelescopeSetUp_dmda_permutation_3d()
541 kk = k - ctx->start_k_re[rank_reI[2]]; in PCTelescopeSetUp_dmda_permutation_3d()
602 …>Mp_re, ctx->Np_re, ctx->Pp_re, ctx->start_i_re, ctx->start_j_re, ctx->start_k_re, ctx->range_i_re… in PCTelescopeSetUp_dmda_permutation_2d()
1000 PetscCall(PetscFree3(ctx->start_i_re, ctx->start_j_re, ctx->start_k_re)); in PCReset_Telescope_dmda()