Lines Matching refs:maxSize
1633 PetscInt numLabels, l, maxSize = 17;
1651 if (size < maxSize) PetscCall(PetscCalloc3(size, &sizes, size, &hybsizes, size, &ghostsizes));
1668 if (size < maxSize) {
4067 PetscInt maxConeSize, maxSupportSize, coneSeries, supportSeries, maxSize;
4076 maxSize = PetscMax(coneSeries, supportSeries);
4079 } else PetscCall(DMGetWorkArray(dm, 2 * maxSize, MPIU_INT, &pts));
4136 PetscInt depth, maxSize;
4153 maxSize = PetscMax(coneSeries, supportSeries);
4154 PetscCall(DMGetWorkArray(dm, 3 * maxSize, MPIU_INT, &fifo));
4157 } else PetscCall(DMGetWorkArray(dm, 2 * maxSize, MPIU_INT, &closure));
4199 PetscCall(DMRestoreWorkArray(dm, 3 * maxSize, MPIU_INT, &fifo));
4953 PetscInt depth = 0, maxSize, joinSize = 0, i = 0;
4966 maxSize = (ms > 1) ? ((PetscPowInt(ms, depth + 1) - 1) / (ms - 1)) : depth + 1;
4967 PetscCall(DMGetWorkArray(dm, maxSize, MPIU_INT, &join[0]));
4968 PetscCall(DMGetWorkArray(dm, maxSize, MPIU_INT, &join[1]));
5155 PetscInt height = 0, maxSize, meetSize = 0, i = 0;
5168 maxSize = (mc > 1) ? ((PetscPowInt(mc, height + 1) - 1) / (mc - 1)) : height + 1;
5169 PetscCall(DMGetWorkArray(dm, maxSize, MPIU_INT, &meet[0]));
5170 PetscCall(DMGetWorkArray(dm, maxSize, MPIU_INT, &meet[1]));