Lines Matching refs:numPointsWithDofs

2090     PetscInt        dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, nleaves, l;  in DMPlexComputeInterpolatorTree()  local
2094 for (l = 0, numPointsWithDofs = 0; l < nleaves; l++) { in DMPlexComputeInterpolatorTree()
2098 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexComputeInterpolatorTree()
2100 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexComputeInterpolatorTree()
2107 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexComputeInterpolatorTree()
3298 PetscInt l, nleaves, dof, cdof, numPointsWithDofs, offset, *pointsWithDofs, numIndices; in DMPlexTransferInjectorTree() local
3302 for (l = 0, numPointsWithDofs = 0; l < nleaves; l++) { in DMPlexTransferInjectorTree()
3307 numPointsWithDofs++; in DMPlexTransferInjectorTree()
3313 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree()
3356 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferInjectorTree()
3447 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferInjectorTree() local
3450 for (p = pStartC, numPointsWithDofs = 0; p < pEndC; p++) { in DMPlexTransferInjectorTree()
3453 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexTransferInjectorTree()
3455 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferInjectorTree()
3461 …PetscCall(PetscSFCreateEmbeddedRootSF(coarseToFineEmbedded, numPointsWithDofs, pointsWithDofs, &sf… in DMPlexTransferInjectorTree()
3782 PetscInt dof, cdof, numPointsWithDofs, offset, *pointsWithDofs; in DMPlexTransferVecTree_Interpolate() local
3786 for (l = 0, numPointsWithDofs = 0; l < nleaves; l++) { in DMPlexTransferVecTree_Interpolate()
3791 if ((dof - cdof) > 0) numPointsWithDofs++; in DMPlexTransferVecTree_Interpolate()
3793 PetscCall(PetscMalloc1(numPointsWithDofs, &pointsWithDofs)); in DMPlexTransferVecTree_Interpolate()
3801 …PetscCall(PetscSFCreateEmbeddedLeafSF(coarseToFine, numPointsWithDofs, pointsWithDofs, &coarseToFi… in DMPlexTransferVecTree_Interpolate()