Lines Matching refs:numCones
222 …ls, *unionCones, *coneSizes, *unionOrientations, numUnionPoints, *numDimPoints, numCones, numVerts; in DMPlexCreateReferenceTree_Union() local
298 PetscCall(PetscSectionGetStorageSize(unionConeSection, &numCones)); in DMPlexCreateReferenceTree_Union()
299 PetscCall(PetscMalloc2(numCones, &unionCones, numCones, &unionOrientations)); in DMPlexCreateReferenceTree_Union()
768 PetscInt q = supp[i], numCones, j; in DMPlexGetTrueSupportSize() local
771 PetscCall(DMPlexGetConeSize(dm, q, &numCones)); in DMPlexGetTrueSupportSize()
773 for (j = 0; j < numCones; j++) { in DMPlexGetTrueSupportSize()
776 if (j < numCones) count++; in DMPlexGetTrueSupportSize()
836 PetscInt numCones, j; in DMPlexTreeExchangeSupports() local
840 PetscCall(DMPlexGetConeSize(dm, q, &numCones)); in DMPlexTreeExchangeSupports()
842 for (j = 0; j < numCones; j++) { in DMPlexTreeExchangeSupports()
845 if (j < numCones) newSupports[newOff + offsets[p]++] = q; in DMPlexTreeExchangeSupports()
856 PetscInt numCones, j; in DMPlexTreeExchangeSupports() local
860 PetscCall(DMPlexGetConeSize(dm, r, &numCones)); in DMPlexTreeExchangeSupports()
862 for (j = 0; j < numCones; j++) { in DMPlexTreeExchangeSupports()
865 if (j < numCones) newSupports[newOff + offsets[p]++] = r; in DMPlexTreeExchangeSupports()
868 PetscInt numCones, j; in DMPlexTreeExchangeSupports() local
872 PetscCall(DMPlexGetConeSize(dm, r, &numCones)); in DMPlexTreeExchangeSupports()
874 for (j = 0; j < numCones; j++) { in DMPlexTreeExchangeSupports()
877 if (j < numCones) newSupports[newqOff + offsets[q]++] = r; in DMPlexTreeExchangeSupports()