Searched refs:contiguousLeaves (Results 1 – 1 of 1) sorted by relevance
9 PetscBool contiguousLeaves; member21 ctx->contiguousLeaves = PETSC_FALSE; in GetOptions()30 ctx->contiguousLeaves = (PetscBool)(ctx->leaveStep == 1); in GetOptions()115 …PetscCheck(!ctx->contiguousLeaves || !tlocal, PETSC_COMM_SELF, PETSC_ERR_PLIB, "ilocal=NULL expect… in CreateSF0()136 if (!ctx->contiguousLeaves) PetscCall(PetscCalloc1(nLeaves + 1, &ilocal)); in CreateSF1()142 if (!ctx->contiguousLeaves) ilocal[j + 1] = ilocal[j] + ctx->leaveStep; in CreateSF1()149 if (ctx->contiguousLeaves) { in CreateSF1()