Lines Matching refs:maxConeSize

1021     PetscInt    dim, cellHeight, maxConeSize, maxSupportSize;
1035 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize));
1053 PetscCall(PetscViewerASCIISynchronizedPrintf(viewer, "[%d] Max cone size: %" PetscInt_FMT "\n", rank, maxConeSize));
4028 PetscInt maxConeSize, maxSupportSize;
4029 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize));
4030 PetscCall(DMGetWorkArray(dm, 2 * (PetscMax(maxConeSize, maxSupportSize) + 1), MPIU_INT, &closure));
4067 PetscInt maxConeSize, maxSupportSize, coneSeries, supportSeries, maxSize;
4073 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize));
4074 coneSeries = (maxConeSize > 1) ? ((PetscPowInt(maxConeSize, dim + 1) - 1) / (maxConeSize - 1)) : dim + 1;
4135 PetscInt maxConeSize, maxSupportSize, coneSeries, supportSeries;
4150 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize));
4151 coneSeries = (maxConeSize > 1) ? ((PetscPowInt(maxConeSize, depth + 1) - 1) / (maxConeSize - 1)) : depth + 1;
4291 + maxConeSize - The maximum number of in-edges
4298 PetscErrorCode DMPlexGetMaxSizes(DM dm, PeOp PetscInt *maxConeSize, PeOp PetscInt *maxSupportSize)
4304 if (maxConeSize) PetscCall(PetscSectionGetMaxDof(mesh->coneSection, maxConeSize));
5058 PetscInt maxConeSize;
5065 PetscCall(PetscSectionGetMaxDof(mesh->coneSection, &maxConeSize));
5066 PetscCall(DMGetWorkArray(dm, maxConeSize, MPIU_INT, &meet[0]));
5067 PetscCall(DMGetWorkArray(dm, maxConeSize, MPIU_INT, &meet[1]));
5093 PetscCall(DMRestoreWorkArray(dm, maxConeSize, MPIU_INT, &meet[1 - i]));