Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex19.c8 PetscInt leaveStep, nLeavesPerRank; member
19 ctx->nLeavesPerRank = 4; in GetOptions()
26 PetscCall(PetscOptionsGetInt(NULL, NULL, "-n_leaves_per_rank", &ctx->nLeavesPerRank, NULL)); in GetOptions()
88 PetscInt nLeaves = ctx->nLeavesPerRank * ctx->size; in CreateSF0()
89 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF0()
103 for (k = 0; k < ctx->nLeavesPerRank; k++, j--) { in CreateSF0()
130 PetscInt nLeaves = ctx->nLeavesPerRank * ctx->size; in CreateSF1()
131 PetscInt nroots = ctx->nLeavesPerRank; in CreateSF1()
141 for (k = 0; k < ctx->nLeavesPerRank; k++, j++) { in CreateSF1()