Lines Matching refs:maxConeSize
597 …PetscInt depth = 0, maxConeSize, maxSupportSize, maxConeSizeNew, maxSupportSizeNew, pStart, pEnd,… in DMPlexShiftPoints_Internal() local
602 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize)); in DMPlexShiftPoints_Internal()
604 …PetscCall(PetscMalloc1(PetscMax(PetscMax(maxConeSize, maxSupportSize), PetscMax(maxConeSizeNew, ma… in DMPlexShiftPoints_Internal()
1261 …PetscInt shift = 100, shift2 = 200, depth = 0, dep, dim, d, sp, maxConeSize, maxSupportSiz… in DMPlexConstructCohesiveCells_Internal() local
1271 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, &maxSupportSize)); in DMPlexConstructCohesiveCells_Internal()
1471 …PetscCall(PetscMalloc3(PetscMax(maxConeSize, maxConeSizeNew) * 3, &coneNew, PetscMax(maxConeSize, … in DMPlexConstructCohesiveCells_Internal()
3175 PetscInt *subface, maxConeSize, numSubFaces = 0, firstSubFace, newFacePoint, nFV = 0; in DMPlexCreateSubmesh_Uninterpolated() local
3203 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, NULL)); in DMPlexCreateSubmesh_Uninterpolated()
3204 PetscCall(DMGetWorkArray(subdm, maxConeSize, MPIU_INT, (void **)&subface)); in DMPlexCreateSubmesh_Uninterpolated()
3230 PetscCall(DMRestoreWorkArray(subdm, maxConeSize, MPIU_INT, (void **)&subface)); in DMPlexCreateSubmesh_Uninterpolated()
3381 PetscInt totSubPoints = 0, maxConeSize, dim, sdim, cdim, p, d, coordinate_type; in DMPlexCreateSubmeshGeneric_Interpolated() local
3505 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, NULL)); in DMPlexCreateSubmeshGeneric_Interpolated()
3506 PetscCall(PetscMalloc2(maxConeSize, &coneNew, maxConeSize, &orntNew)); in DMPlexCreateSubmeshGeneric_Interpolated()
3969 PetscInt *subface, maxConeSize, numSubFaces, firstSubFace, newFacePoint, nFV; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local
3994 PetscCall(DMPlexGetMaxSizes(dm, &maxConeSize, NULL)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
3995 PetscCall(DMGetWorkArray(subdm, maxConeSize, MPIU_INT, (void **)&subface)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4031 PetscCall(DMRestoreWorkArray(subdm, maxConeSize, MPIU_INT, (void **)&subface)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()